Fixups
This commit is contained in:
parent
c77f260963
commit
0c7d638543
@ -290,7 +290,7 @@ const GenerateCandidate = (props: BackstoryElementProps) => {
|
||||
} else {
|
||||
setTimestamp(Date.now())
|
||||
}
|
||||
if (data.message !== '') {
|
||||
if (data.message) {
|
||||
setStatus(data.message);
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user