set defaultProps for glow to be false
This commit is contained in:
parent
97989025df
commit
886b32d2ef
@ -16,7 +16,7 @@ const propTypes = {
|
||||
};
|
||||
|
||||
const defaultProps = {
|
||||
glow: undefined,
|
||||
glow: false,
|
||||
};
|
||||
|
||||
const AudioControls = ({
|
||||
|
Loading…
Reference in New Issue
Block a user