diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-03 04:30:34 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-03 04:30:34 +0800 |
commit | 389665d3a1443abaa90ef5ec97e892c70610cac2 (patch) | |
tree | 0ca76d3b766431cdbc73dd7805aa515b5453ce9e /packages/instant/src/components | |
parent | d160792923c76c5bd0f61e7af2580c158dddc3d4 (diff) | |
download | dexon-sol-tools-389665d3a1443abaa90ef5ec97e892c70610cac2.tar dexon-sol-tools-389665d3a1443abaa90ef5ec97e892c70610cac2.tar.gz dexon-sol-tools-389665d3a1443abaa90ef5ec97e892c70610cac2.tar.bz2 dexon-sol-tools-389665d3a1443abaa90ef5ec97e892c70610cac2.tar.lz dexon-sol-tools-389665d3a1443abaa90ef5ec97e892c70610cac2.tar.xz dexon-sol-tools-389665d3a1443abaa90ef5ec97e892c70610cac2.tar.zst dexon-sol-tools-389665d3a1443abaa90ef5ec97e892c70610cac2.zip |
linting
Diffstat (limited to 'packages/instant/src/components')
-rw-r--r-- | packages/instant/src/components/scaling_amount_input.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/scaling_amount_input.tsx b/packages/instant/src/components/scaling_amount_input.tsx index ff74ccb4d..ca8ccbe31 100644 --- a/packages/instant/src/components/scaling_amount_input.tsx +++ b/packages/instant/src/components/scaling_amount_input.tsx @@ -51,7 +51,7 @@ export class ScalingAmountInput extends React.Component<ScalingAmountInputProps, } public render(): React.ReactNode { - const { textLengthThreshold, fontColor, maxFontSizePx, value, onFontSizeChange } = this.props; + const { textLengthThreshold, fontColor, maxFontSizePx, onFontSizeChange } = this.props; return ( <ScalingInput maxFontSizePx={maxFontSizePx} |