Skip to content

Commit ee2b407

Browse files
committed
tabs undo
1 parent 182c740 commit ee2b407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/tabs/Tabs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Tabs = ({
4646
className={`usa-dt-tab-list${tablessStyle ? ' tabless-tabs' : ''}`}
4747
role="tablist">
4848
{!tablessStyle && <div className="usa-dt-tab-list__border-pre-filler" />}
49-
{tabs}
49+
{tabs}
5050
<div className="usa-dt-tab-list__border-post-filler" />
5151
</div>
5252
);

0 commit comments

Comments
 (0)