chore: lint
This commit is contained in:
parent
39ce4442d6
commit
6bfe34b305
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user