diff --git a/src/features/items/index.tsx b/src/features/items/index.tsx index 747046c15..fb02b6295 100644 --- a/src/features/items/index.tsx +++ b/src/features/items/index.tsx @@ -3,7 +3,7 @@ import { type Event } from 'nostr-tools'; import React from 'react'; import { FormattedNumber } from 'react-intl'; -import { Button, Column, HStack, Text, Tooltip } from 'soapbox/components/ui'; +import { Button, Column, HStack, Icon, Text, Tooltip } from 'soapbox/components/ui'; import { type Account } from 'soapbox/schemas'; interface SoapboxItem { @@ -99,7 +99,16 @@ const Item: React.FC = ({ id, name, image, account, price }) => { } return ( -
+
+ {purchased && ( +
+ +
+ )} +