1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

fix linting

This commit is contained in:
ivaosthu 2016-11-24 21:45:22 +01:00
parent 67bdb16659
commit 6f8199a014

View File

@ -40,7 +40,6 @@ class ErrorComponent extends React.Component {
onChange={(v) => this.props.updateUserName(v)}
/>
</form>
</Dialog>
);
}