return null instead of empty string
This commit is contained in:
parent
e6a6e7b250
commit
cfb1f25c55
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ export default ({
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
) : "";
|
) : null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue