mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
不要なハンドラーの削除
This commit is contained in:
parent
4e5b275378
commit
36fb470ef5
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ const TopAppBar = () => {
|
|||
<AppBar color="default">
|
||||
<Tabs
|
||||
value={pathname}
|
||||
onChange={(_, value) => {
|
||||
router.push(value);
|
||||
}}
|
||||
variant="fullWidth"
|
||||
indicatorColor="primary"
|
||||
textColor="primary"
|
||||
|
|
Loading…
Add table
Reference in a new issue