1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Convert to moment-timezone.

This commit is contained in:
Drew Larson 2017-01-14 13:44:20 -06:00
parent db54ec11ee
commit 7bb1f80435
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
import fetch from 'isomorphic-fetch';
import moment from 'moment';
import moment from 'moment-timezone';
import React from 'react';
import RaisedButton from 'material-ui/RaisedButton';
@ -7,7 +7,6 @@ import Member from './Member';
import Purpose from './Purpose';
import SignedInList from './SignedInList';
export default class SignIn extends React.Component {
constructor(props) {
super(props);
@ -132,7 +131,6 @@ export default class SignIn extends React.Component {
searchText={this.state.searchText}
/>
</div>
<div className="mdl-cell mdl-cell--4-col">
<Purpose
handleChange={this.handlePurposeChoice}

View File

@ -3,7 +3,7 @@ import FloatingActionButton from 'material-ui/FloatingActionButton';
import _ from 'lodash';
import React, { PropTypes } from 'react';
import { Table, TableBody, TableHeader, TableHeaderColumn, TableRow, TableRowColumn } from 'material-ui/Table';
import moment from 'moment';
import moment from 'moment-timezone';
const styles = {
suspended: {