Skip to content

Commit

Permalink
Fix Library tab change animation (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda authored Jun 17, 2023
1 parent 05fa6d8 commit 938b516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/Library.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export default function Library() {
return (
<>
<Tabs
key={activeTab.order}
value={activeTab.order}
onChange={(e, newTab) => handleTabChange(newTab)}
indicatorColor="primary"
Expand Down

0 comments on commit 938b516

Please sign in to comment.