Skip to content

Commit 2f58900

Browse files
committed
Merge branch 'feature/add-assets-order' of https://github.com/iExecBlockchainComputing/explorer-v2 into feature/add-assets-order
2 parents 985787e + 53f512f commit 2f58900

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)