Skip to content

Commit c433fa4

Browse files
authored
Remove trailing spaces for prettier
1 parent 2c060ed commit c433fa4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/views/components/filter/filter-view.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,10 @@ export function FilterViewComponent({filters, navigation}: PropsType) {
5151
</ScrollView>
5252
)
5353
}
54-
55-
FilterViewComponent.navigationOptions = ({navigation}) => {
56-
return {
54+
FilterViewComponent.navigationOptions = ({navigation}) => {
55+
return {
5756
title: navigation.state.params.title,
58-
}
57+
}
5958
}
6059

6160
const mapStateToProps = (state, actualProps) => {

0 commit comments

Comments
 (0)