mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +03:00
bugfix and polishing
This commit is contained in:
parent
8580c2d304
commit
9b5ce37743
5 changed files with 33 additions and 20 deletions
|
|
@ -66,3 +66,5 @@ export const makeClosedNavCategoriesAtom = (userId: string): ClosedNavCategories
|
|||
};
|
||||
|
||||
export const makeNavCategoryId = (...args: string[]): string => args.join('|');
|
||||
|
||||
export const getNavCategoryIdParts = (categoryId: string): string[] => categoryId.split('|');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue