Skip to content

Commit 155f9dc

Browse files
committed
import LoginStateType
1 parent ff20b3f commit 155f9dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/views/sis/balances.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {StyleSheet, ScrollView, View, Text, RefreshControl} from 'react-native'
99
import {TabBarIcon} from '../components/tabbar-icon'
1010
import {connect} from 'react-redux'
1111
import {Cell, TableView, Section} from 'react-native-tableview-simple'
12+
import type {LoginStateType} from '../../../flux/parts/settings'
1213

1314
import {updateBalances} from '../../flux/parts/sis'
1415

@@ -30,7 +31,7 @@ class BalancesView extends React.Component {
3031
print: ?number,
3132
weeklyMeals: ?number,
3233
dailyMeals: ?number,
33-
loginState: LoginState,
34+
loginState: LoginStateType,
3435
message: ?string,
3536

3637
updateBalances: boolean => any,

0 commit comments

Comments
 (0)