Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Giannis Chatziveroglou committed Oct 30, 2022
1 parent cf416ed commit d4f9002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/CollectionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const CollectionsList = ({ configs }: { configs?: StakePool[] }) => {
<div
key={`${config.stakePoolData.pubkey.toString()}`}
className="flex w-full cursor-pointer gap-4 border-b border-border px-8 py-4 md:flex-row"
// eslint-disable-next-line react/no-unknown-property
css={css`
&:hover {
background: ${config.stakePoolMetadata?.colors?.primary &&
Expand Down

0 comments on commit d4f9002

Please sign in to comment.