kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'gdpr-shown' into 'main'
GdprBanner: fix inverted `shown` logic See merge request soapbox-pub/soapbox!2858environments/review-main-yi2y9f/deployments/4267
commit
604b4397dc
|
@ -22,7 +22,7 @@ const GdprBanner: React.FC = () => {
|
|||
setTimeout(() => setShown(true), 200);
|
||||
};
|
||||
|
||||
if (!shown) {
|
||||
if (shown) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue