Skip to content

Commit

Permalink
Add lang option
Browse files Browse the repository at this point in the history
  • Loading branch information
thordurhhh committed Jun 14, 2024
1 parent ae5d56a commit 1a60cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const NotificationButton = ({
input: {
limit: 5,
},
locale: lang,
},
})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const UserNotifications = () => {
before: '',
after: '',
},
locale: lang,
},
})

Expand All @@ -71,6 +72,7 @@ const UserNotifications = () => {
before: '',
after: cursor,
},
locale: lang,
},
updateQuery: (prevResult, { fetchMoreResult }) => {
if (
Expand Down

0 comments on commit 1a60cbb

Please sign in to comment.