Skip to content

Commit

Permalink
fix: invalid reactionAcceptance value
Browse files Browse the repository at this point in the history
  • Loading branch information
zyoshoka committed Jul 30, 2024
1 parent 6c24e48 commit 193f024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/.storybook/fakes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export function note(id = 'somenoteid'): entities.Note {
userId: 'someuserid',
user: userLite(),
visibility: 'public',
reactionAcceptance: 'public',
reactionAcceptance: 'nonSensitiveOnly',
reactionEmojis: {},
reactions: {},
myReaction: null,
Expand Down

0 comments on commit 193f024

Please sign in to comment.