Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Nov 13, 2024
1 parent 315d28e commit 2a0086a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const TagOperationParamatersOneOf = ({
"focus:shadow-borders-interactive-with-focus transition-colors",
activeTab === index && [
"text-medusa-fg-base bg-medusa-bg-base",
"shadow-elevation-card-rest dark:shadow-elevation-card-rest-dark"
"shadow-elevation-card-rest dark:shadow-elevation-card-rest-dark",
],
activeTab !== index && [
"text-medusa-fg-muted hover:text-medusa-fg-base",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const CodeBlockHeader = ({
badgeLabel,
actionsProps,
badgeColor,
hideActions = false
hideActions = false,
}: CodeBlockHeaderProps) => {
const { colorMode } = useColorMode()

Expand Down

0 comments on commit 2a0086a

Please sign in to comment.