style: fix issues

This commit is contained in:
David Ralph
2021-04-08 20:02:31 +01:00
parent 2670c917b7
commit eaa992ce16
8 changed files with 12 additions and 13 deletions

View File

@@ -79,5 +79,5 @@ export default function Tab(props) {
</li>
{(divider === true) ? <hr/> : null}
</>
)
);
}