diff --git a/src/client/bar.jsx b/src/client/bar.jsx index e22dbc3..1ccd791 100644 --- a/src/client/bar.jsx +++ b/src/client/bar.jsx @@ -5,7 +5,12 @@ import PropTypes from 'prop-types'; import React, {useState} from 'react'; export default function Bar(props) { - const {branding, buttons, isHorizontal, onActive} = props; + const { + branding, + buttons, + isHorizontal, + onActive, + } = props; const [active, setActive] = useState(0); return (