Skip to content

Commit

Permalink
fix "back to table" button
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Dec 27, 2024
1 parent 3a8b231 commit c20f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/appbar/Appbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function MinimalAppbar() {
<AppBar position="static" color="inherit" variant="outlined">
<Toolbar variant="dense">
{
tcState.table.state != 'loading' && (
tcState.table.state == 'success' && (
<Button
variant="contained"
onClick={() => router.push('/table')}
Expand Down

0 comments on commit c20f99e

Please sign in to comment.