Skip to content

Commit

Permalink
chore: dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Jun 28, 2024
1 parent 0639cea commit 9601645
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ const DelegationCampaign = React.lazy(() => import('components/DelegationCampaig

export function Home() {
const activeKey: ActiveEnum = useMemo(() => {
// Dev
if (rootUrl.includes('thechaindata')) {
return ActiveEnum.DelegatorCampaign;
}
if (rootUrl.includes('seekers')) {
return ActiveEnum.Challenge;
}
Expand Down

0 comments on commit 9601645

Please sign in to comment.