Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Apr 1, 2020
1 parent 697b352 commit 3f43276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/DirectoryView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ class DirectoryView extends React.Component {
return <View style={[sharedStyles.separator, styles.separator, { backgroundColor: themes[theme].separatorColor }]} />;
}

renderItem = ({ index, item }) => {
const { type, data } = this.state;
renderItem = ({ item, index }) => {
const { data, type } = this.state;
const { baseUrl, user, theme } = this.props;

let style;
Expand Down

0 comments on commit 3f43276

Please sign in to comment.