You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're using Object.entries in your card component—it would probably be easier to use Object.values, since you're not actually using the keys. You wouldn't need to have the [1] after each thing.
The text was updated successfully, but these errors were encountered:
You're using
Object.entries
in your card component—it would probably be easier to useObject.values
, since you're not actually using the keys. You wouldn't need to have the[1]
after each thing.The text was updated successfully, but these errors were encountered: