1
0

Llittle lin

This commit is contained in:
Jorik Schellekens
2019-08-16 15:46:04 +01:00
parent 6afcf0fc92
commit 3f8100bda2

View File

@@ -8,4 +8,5 @@ export default ({ error, children }) => {
{children}
{error ? <span>{error}</span> : undefined}
</div>
}