We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aaa1ed commit d2decfaCopy full SHA for d2decfa
frontend/app/src/comps/LegacyPositionsBanner/LegacyPositionsBanner.tsx
@@ -21,7 +21,7 @@ export function LegacyPositionsBanner() {
21
});
22
23
const showTransition = useTransition(
24
- Boolean(legacyPositions.data?.hasAnyPosition),
+ Boolean(account.address && legacyPositions.data?.hasAnyPosition),
25
{
26
from: { marginTop: -41 },
27
enter: { marginTop: 0 },
0 commit comments