Skip to content

Commit

Permalink
fix: style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
micksabox committed Jun 16, 2024
1 parent 0ecec9d commit 4701d27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/tracker/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export const TrackerTool: React.FC<TrackerToolProps> = ({ title, children, toolb
<div className={cn('flex items-center py-2', toolbarClassName || 'justify-between')}>{toolbarItems}</div>
</h3>
)}

<div className="p-2">{children}</div>
{children && <div className="p-2">{children}</div>}
</div>
)
}
Expand Down

0 comments on commit 4701d27

Please sign in to comment.