Merge branch 'router-fix' into result-work

This commit is contained in:
Nastya 2023-12-21 14:52:55 +03:00
commit 39b65ac479

@ -66,7 +66,7 @@ export default function Component() {
{/*</Box>*/} {/*</Box>*/}
<Button <Button
component={Link} component={Link}
to={userId ? "/list" : "/signin"} to={"/signin"}
state={{ backgroundLocation: location }} state={{ backgroundLocation: location }}
variant="outlined" variant="outlined"
sx={{ sx={{