Fix Library tab change animation (#372)

This commit is contained in:
schroda
2023-06-17 15:45:52 +02:00
committed by GitHub
parent 05fa6d8fa9
commit 938b5166d9

View File

@@ -110,7 +110,6 @@ export default function Library() {
return (
<>
<Tabs
key={activeTab.order}
value={activeTab.order}
onChange={(e, newTab) => handleTabChange(newTab)}
indicatorColor="primary"