Commit a6e4404 1 parent 2469b2c commit a6e4404 Copy full SHA for a6e4404
File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ export type UserRoles = {
47
47
tag : string ;
48
48
} ;
49
49
} [ ] ;
50
- } ;
50
+ } ;
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ const Navbar: FC<NavbarProps> = (props) => {
57
57
} = useHeaderContext ( ) ;
58
58
59
59
const selectedStream = subAppContext . get ( ) . selectedStream ;
60
- // const [selectedStream, setSelectedStream] = useMountedState('');
61
60
const [ searchValue , setSearchValue ] = useMountedState ( '' ) ;
62
61
const [ currentPage , setCurrentPage ] = useMountedState ( '/' ) ;
63
62
const [ deleteStream , setDeleteStream ] = useMountedState ( '' ) ;
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ export function HumanizeNumber(val: number) {
23
23
24
24
// Appending the letter to precised val.
25
25
return sVal + s [ sNum ] ;
26
- }
26
+ }
You can’t perform that action at this time.
0 commit comments