Skip to content

Commit

Permalink
Merge pull request #2158 from ita-social-projects/bugfix/2113/change-…
Browse files Browse the repository at this point in the history
…category-name

Bugfix/2113/change category name
  • Loading branch information
BohdanMylyi authored Aug 2, 2024
2 parents c7c80a8 + 8135c28 commit 8d6b06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app-button-menu/AppButtonMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const AppButtonMenu = <T extends Pick<CategoryNameInterface, '_id'>>({
const filteredItems = useMemo(() => {
const noneItem = {
_id: 'null',
[valueField as string]: 'None'
[valueField as string]: 'No category'
}

const filtered = response.filter((item) =>
Expand Down

0 comments on commit 8d6b06c

Please sign in to comment.