Skip to content

Commit fe6a8d0

Browse files
committed
lint fix
1 parent 0839943 commit fe6a8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/feeds/components/Tables.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ const SmartDataTr = ({ network, metadata, showExtraDetails, batchedCategoryData
520520
</span>
521521
</dt>
522522
<dd>
523-
{/* For Stablecoin Stability Assessment feeds, valueSuffix contains the stablecoin ticker being assessed*/}
523+
{/* For Stablecoin Stability Assessment feeds, valueSuffix contains the stablecoin ticker being assessed */}
524524
{metadata.docs.assetClass === "Stablecoin Stability Assessment"
525525
? metadata.valueSuffix || metadata.assetName
526526
: metadata.assetName}

0 commit comments

Comments
 (0)