Skip to content

Commit a6e4404

Browse files
committed
added newline
1 parent 2469b2c commit a6e4404

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/@types/parseable/api/query.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ export type UserRoles = {
4747
tag: string;
4848
};
4949
}[];
50-
};
50+
};

src/components/Navbar/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ const Navbar: FC<NavbarProps> = (props) => {
5757
} = useHeaderContext();
5858

5959
const selectedStream = subAppContext.get().selectedStream;
60-
// const [selectedStream, setSelectedStream] = useMountedState('');
6160
const [searchValue, setSearchValue] = useMountedState('');
6261
const [currentPage, setCurrentPage] = useMountedState('/');
6362
const [deleteStream, setDeleteStream] = useMountedState('');

src/utils/formatBytes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export function HumanizeNumber(val: number) {
2323

2424
// Appending the letter to precised val.
2525
return sVal + s[sNum];
26-
}
26+
}

0 commit comments

Comments
 (0)