fix: empty string to JSX element

This commit is contained in:
Sérgio Salgado 2021-02-16 17:48:04 +00:00 committed by Josh Harvey
parent 3532b1849f
commit c004ebb749

View file

@ -123,7 +123,7 @@ const getTypeText = (config, currency, classes) => {
</> </>
) )
default: default:
return '' return <></>
} }
} }