Skip to content

Commit

Permalink
feat!: remove 'width' from interface IItem
Browse files Browse the repository at this point in the history
Before this commit, cards have the key of "width" inside the interface IItem.
After this commit, cards doesn't have that key anymore due to is not necessary.

BREAKING CHANGE: remove width property from IItem interface
  • Loading branch information
Meolocious authored and kin0992 committed Apr 3, 2024
1 parent a28d8cc commit 49dcf09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Cards/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface IItem {
title?: string;
}>;
masonry?: boolean;
width: string;
}

const Item = ({
Expand Down

0 comments on commit 49dcf09

Please sign in to comment.