Skip to content

Commit

Permalink
change from "None" to "No category"
Browse files Browse the repository at this point in the history
  • Loading branch information
BohdanMylyi committed Jul 23, 2024
1 parent 8d4075c commit 63a98b1
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 63a98b1

Please sign in to comment.