diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index fa44787..4d25ada 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -108,16 +108,17 @@ function TackUpNow({ {messages.map((message, index) => (
JSON.stringify(message)
))} - isInstalled ? (
Your Notifications
+ {isInstalled ? ( +
Your Notifications
) : ( - setIsInstalled(true)} - /> - ) + setIsInstalled(true)} + /> + )} )}