diff options
Diffstat (limited to 'modern/src/other/PositionPage.js')
-rw-r--r-- | modern/src/other/PositionPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/other/PositionPage.js b/modern/src/other/PositionPage.js index d9dcd6b3..4c13955a 100644 --- a/modern/src/other/PositionPage.js +++ b/modern/src/other/PositionPage.js @@ -61,7 +61,7 @@ const PositionPage = () => { <div className={classes.root}> <AppBar position="sticky" color="inherit"> <Toolbar> - <IconButton color="inherit" edge="start" onClick={() => history.push('/')}> + <IconButton color="inherit" edge="start" onClick={() => history.goBack()}> <ArrowBackIcon /> </IconButton> <Typography variant="h6"> |