Reorder the target envs

Update the order of envs based on new changes in master
This commit is contained in:
Karel Hala 2021-06-08 15:52:06 +02:00 committed by Sanne Raymaekers
parent 47f626e94f
commit dbcd753bb9
6 changed files with 28 additions and 27 deletions

View file

@ -14,6 +14,7 @@ const RadioWithPopover = ({ Popover, ...props }) => {
RadioWithPopover.propTypes = {
Popover: PropTypes.elementType.isRequired,
label: PropTypes.node
};
export default RadioWithPopover;