mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
check for value
This commit is contained in:
parent
491cbff2de
commit
84f23706b5
@ -76,7 +76,7 @@ const Index: NextPage = () => {
|
||||
}}
|
||||
/>
|
||||
|
||||
{data && data.loginNote && (
|
||||
{data && data.loginNote.value && (
|
||||
<Alert
|
||||
type="warning"
|
||||
showIcon
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user