Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemiiah committed Nov 6, 2024
1 parent ea37474 commit 7b98011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/[addressOrDomain]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export default function Page({ params }: AddressOrDomainProps) {
const { address } = useAccount();
const { starknetIdNavigator } = useContext(StarknetIdJsContext);
const [initProfile, setInitProfile] = useState(false);
const [hidePortfolio, setHidePortfolio] = useState(false);
const { getBoostClaimStatus } = useBoost();
const [leaderboardData, setLeaderboardData] =
useState<LeaderboardToppersData>({
Expand Down

0 comments on commit 7b98011

Please sign in to comment.