chore: lint

This commit is contained in:
cha0s 2020-07-14 15:18:06 -05:00
parent 39ce4442d6
commit 6bfe34b305

View File

@ -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 (
<div