Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-daniel-dempsey committed Feb 7, 2025
1 parent b53c672 commit f8d54d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function GuardianAdLiteCards({
<div
css={[
container(cardsContent.length),
!isSignedIn ? containerExpand : css``,
isSignedIn ? containerExpand : css``,
]}
role="tabpanel"
id={`monthly-tab`}
Expand Down

0 comments on commit f8d54d8

Please sign in to comment.