diff --git a/components/waves/layout/WavesLayout.tsx b/components/waves/layout/WavesLayout.tsx
index 6f3c7548a2..ce3fbbc313 100644
--- a/components/waves/layout/WavesLayout.tsx
+++ b/components/waves/layout/WavesLayout.tsx
@@ -54,6 +54,10 @@ function getNotAuthenticatedContent({
readonly isApp: boolean;
readonly publicWaveShellState: PublicWaveShellState;
}): ReactNode {
+ if (isApp) {
+ return
+
{description}
)} -