Skip to content

Commit

Permalink
changed conditional logic to static text TRANSFER - temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
babalicious-io committed Jan 17, 2025
1 parent 830a5e3 commit ae21523
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions islands/stamp/details/StampInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -838,11 +838,7 @@ export function StampInfo({ stamp, lowestPriceDispenser }: StampInfoProps) {
</p>
<p className={dataValueSm}>
{isSrc20Stamp()
? JSON.parse(atob(stamp.stamp_base64))?.op === "DEPLOY"
? "DEPLOY"
: JSON.parse(atob(stamp.stamp_base64))?.op === "MINT"
? "MINT"
: "TRANSFER"
? "TRANSFER"
: isMediaFile
? (mediaDuration ? formatDuration(mediaDuration) : "-")
: getDimensionsDisplay(imageDimensions)}
Expand Down

0 comments on commit ae21523

Please sign in to comment.