Skip to content

Commit 53f512f

Browse files
fix: useTabParam() name in dataset
Co-authored-by: Copilot <[email protected]>
1 parent 370ab44 commit 53f512f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/$chainSlug/_layout/dataset/$datasetAddress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function useDatasetData(datasetAddress: string, chainId: number) {
9191

9292
function DatasetsRoute() {
9393
const tabLabels = ['DETAILS', 'DEALS', 'ACCESS'];
94-
const [currentTab, setCurrentTab] = useTabParam('appTab', tabLabels, 0);
94+
const [currentTab, setCurrentTab] = useTabParam('datasetTab', tabLabels, 0);
9595
const { chainId } = useUserStore();
9696

9797
const { datasetAddress } = Route.useParams();

0 commit comments

Comments
 (0)