mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-15 16:56:56 +08:00
fix(web): add LoginRequiredOverlay to Data page
This commit is contained in:
@@ -413,6 +413,11 @@ function App() {
|
|||||||
<main className="pt-16">
|
<main className="pt-16">
|
||||||
<DataPage />
|
<DataPage />
|
||||||
</main>
|
</main>
|
||||||
|
<LoginRequiredOverlay
|
||||||
|
isOpen={loginOverlayOpen}
|
||||||
|
onClose={() => setLoginOverlayOpen(false)}
|
||||||
|
featureName={loginOverlayFeature}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user