Skip to content

Commit

Permalink
Devices Certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikMatiasko committed Mar 26, 2024
1 parent 1bb250e commit d2fff5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Atomic/Tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const Tabs: FC<Props> = (props) => {
}
return (
<div
css={[styles.page, innerPadding && styles.pageXpadding]}
css={[styles.page, innerPadding && tab.innerPadding !== false && styles.pageXpadding]}
key={i}
style={{
width: '100%',
Expand Down
1 change: 1 addition & 0 deletions src/components/Atomic/Tabs/Tabs.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export type TabItem = {
dataTestId?: string
disabled?: boolean
id: number
innerPadding?: boolean
name: string
status?: StatusType
}
Expand Down

0 comments on commit d2fff5d

Please sign in to comment.