Remove unused variable

This commit is contained in:
fragosti
2018-07-27 11:49:06 -07:00
parent 1a06e6b305
commit a0d7b1efa5

View File

@@ -93,7 +93,6 @@ export class AllowanceStateToggle extends React.Component<AllowanceStateTogglePr
const symbol = this.props.token.symbol;
switch (this.state.allowanceState) {
case AllowanceState.Loading:
const isLockingToken = this.props.tokenState.allowance.gt(0);
return (
<Text noWrap={true} fontColor={colors.white}>
{this.state.loadingMessage || 'Loading...'}