Skip to content

Commit cc09e59

Browse files
Added a to do to reloook at the no heading alignment
1 parent 1a74153 commit cc09e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/components/LeftColProductCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export type LeftColProductCardProps = {
2929
noHeadings?: boolean;
3030
};
3131

32+
//To Do fix this so it doesn't pass in noHeadings
3233
const card = (noHeadings?: boolean) => css`
3334
display: none;
3435
${from.wide} {

0 commit comments

Comments
 (0)