Skip to content

Commit

Permalink
fixed codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
glena authored and hzalaz committed Oct 19, 2016
1 parent df1b81c commit 7c86efe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/connection/database/login_sign_up_tabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import React from 'react';
import { showLoginActivity, showSignUpActivity } from './actions';
import * as l from '../../core/index';
import { getScreen } from './index';
import {
closeLock
} from '../../core/actions';
import { closeLock } from '../../core/actions';

export default class LoginSignUpTabs extends React.Component {

Expand Down

0 comments on commit 7c86efe

Please sign in to comment.