Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
fix: fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar authored Nov 16, 2020
1 parent af9441c commit f7c7deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/organisms/storage/buy/PinningCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const PinningCard: FC<Props> = ({ dispatch }) => {
error: isHashEmpty || !isValidCID,
InputProps: {
startAdornment: <InputAdornment position="start">{CID_PREFIX}</InputAdornment>,
endAdornment: isValidCID ? undefined : hashErroEndorment(),
endAdornment: isValidCID ? undefined : hashErrorEndorment(),
},
}}
/>
Expand Down

0 comments on commit f7c7deb

Please sign in to comment.