return null instead of empty string

This commit is contained in:
Sean Yesmunt 2017-12-09 12:19:28 -05:00
parent e6a6e7b250
commit cfb1f25c55

View file

@ -31,5 +31,5 @@ export default ({
})}
/>
</div>
) : "";
) : null;
}