Merge branch 'auth_stuff' into staging_environment
This commit is contained in:
commit
49f1a4ea98
3 changed files with 35 additions and 6 deletions
|
|
@ -49,7 +49,7 @@ export default function BinsList(props: Props) {
|
|||
//const scrollRef = useRef<any>(null);
|
||||
|
||||
const goToBin = (i: number) => {
|
||||
let path = "/bins/" + bins[i].key();
|
||||
let path = bins[i].key();
|
||||
navigate(path, { state: {bin: bins[i]} });
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue