Skip to content

Commit

Permalink
Refactor: remove old leftover prop for the Textfit component
Browse files Browse the repository at this point in the history
  • Loading branch information
chinins committed Nov 25, 2021
1 parent 28cca47 commit 7f453ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const RemainingDisplayWidget = ({
>
{/* This is to avoid unnecessary calculaitons from Textfit for the timer */}
{isTokens ? (
<Textfit min={10} max={18} perfectFit={false} mode="single">
<Textfit min={10} max={18} mode="single">
{displayedValue}
</Textfit>
) : (
Expand Down

0 comments on commit 7f453ac

Please sign in to comment.