Skip to content

Commit

Permalink
Merge pull request #176 from kausaltech/fix/types
Browse files Browse the repository at this point in the history
Type fix
  • Loading branch information
woodwoerk authored Sep 28, 2023
2 parents ca7e9eb + b4c6cd9 commit 354274f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/categories/CategoryPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const columnLayout = css`
`;

const ContentArea = styled.div<{
$columnLayout: boolean;
$columnLayout?: boolean;
$backgroundColor?: string;
}>`
${({ $columnLayout }) => $columnLayout && columnLayout};
Expand Down

0 comments on commit 354274f

Please sign in to comment.