check for value

This commit is contained in:
Michael Schramm 2020-06-16 10:33:23 +02:00
parent 491cbff2de
commit 84f23706b5

View File

@ -76,7 +76,7 @@ const Index: NextPage = () => {
}}
/>
{data && data.loginNote && (
{data && data.loginNote.value && (
<Alert
type="warning"
showIcon