Skip to content

Commit 85e2778

Browse files
committed
fix lint issues
1 parent 2a7f7c2 commit 85e2778

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/views/building-hours/report/editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import React from 'react'
88
import xor from 'lodash/xor'
9-
import fromPairs from 'lodash/fromPairs'
109
import {ScrollView, Text, StyleSheet} from 'react-native'
1110
import moment from 'moment-timezone'
1211
import {TableView, Section, Cell} from 'react-native-tableview-simple'

source/views/components/cells/textfield.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import React from 'react'
33
import {StyleSheet, Text, Platform, TextInput} from 'react-native'
44
import {Cell} from 'react-native-tableview-simple'
5-
import {Row} from '../../components/layout'
65
import * as c from '../../components/colors'
76

87
const styles = StyleSheet.create({

0 commit comments

Comments
 (0)