Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Sep 29, 2023
1 parent 94cd72c commit 491dc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Tabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Tabs = ({children, className, activeTab, tabChanged}) => {
{<div className={`tabs ${className}`}>

{filteredChildren.map(child => {
const {label, name, Icon, notifier, readOnly} = child.props;
const {label, name, notifier, readOnly} = child.props;

return (
<Tab
Expand Down

0 comments on commit 491dc49

Please sign in to comment.