Skip to content

Commit

Permalink
Address ESLint issues in TokenListItem
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanPak committed Dec 17, 2024
1 parent 5a313a7 commit 8a4fdd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/site/src/components/TokenListItem.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState, useEffect } from 'react';
import { useState } from 'react';

export const TokenListItem = ( {
tokenName,
Expand Down Expand Up @@ -73,10 +73,10 @@ export const TokenListItem = ( {
<div className="ui card lrv-u-width-300">
<div className="lrv-u-padding-a-1">
<p className="lrv-u-margin-t-050">
Changing this token will "unlink"{ ' ' }
Changing this token will &quot;unlink&quot;{ ' ' }
<code>{ coreColorKey }</code>, so it can no
longer be centrally managed from "Core Colors".
Please confirm this change.
longer be centrally managed from &quot;Core
Colors&quot;. Please confirm this change.
</p>
<div className="ui two buttons">
<button
Expand Down

0 comments on commit 8a4fdd5

Please sign in to comment.