Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woodwoerk committed Sep 28, 2023
1 parent ca7e9eb commit b4c6cd9
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 b4c6cd9

Please sign in to comment.