Skip to content

Commit 7b75499

Browse files
committed
test
1 parent 052dad1 commit 7b75499

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ui/shared/ad/AdBannerContent.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ const AdBannerContent = ({ className, isLoading, provider, platform }: Props) =>
2828
const [ showSpecify, setShowSpecify ] = React.useState(feature.isEnabled && feature.isSpecifyEnabled && Boolean(address));
2929
// const [ showSpecify, setShowSpecify ] = React.useState(feature.isEnabled && feature.isSpecifyEnabled);
3030

31+
// eslint-disable-next-line no-console
32+
console.log('showSpecify', showSpecify);
33+
// eslint-disable-next-line no-console
34+
console.log('feature.isSpecifyEnabled', feature.isEnabled, feature.isEnabled && feature.isSpecifyEnabled);
35+
// eslint-disable-next-line no-console
36+
console.log('address', address);
37+
3138
const handleEmptySpecify = React.useCallback(() => {
3239
setShowSpecify(false);
3340
}, []);

0 commit comments

Comments
 (0)