web: Common: Fixed styled-components warning

This commit is contained in:
Alexey Safronov 2019-12-19 11:42:13 +03:00
parent c88d441492
commit d3bb966998

View File

@ -8,6 +8,7 @@ const Container = ({
options,
groups,
isMultiSelect,
allowGroupSelection,
hasSelected,
...props
}) => <div {...props} />;