Skip to content

Commit

Permalink
ar(feat) [DPCP-38] [DPCP-39] [DPCP-46]: Abstract Views
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 5, 2024
1 parent fffa147 commit aa2f700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/atoms/03_Link/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export const HLink = function ({
onClick={handleOnClick}
>
<Typography
as="span"
className={styles}
variant={variant}
inherit
Expand Down
2 changes: 1 addition & 1 deletion src/molecules/01_CardGrid/CardGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const HCardGrid = function ({
>
{cards.map((card) => (
<Card
key={`molecules__cardgrid__card__element--${card.title}--${id}`}
key={`molecules__cardgrid__card__element--${card.title}--${card.id}`}
onLike={onLikeCard}
{...card}
theme={theme}
Expand Down

0 comments on commit aa2f700

Please sign in to comment.