Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSnijder committed Nov 20, 2017
2 parents 225cab2 + 35fe992 commit 08a13a6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "BunqDesktop application",
"name": "bunqdesktop",
"productName": "BunqDesktop",
"version": "0.7.1",
"version": "0.7.2",
"author": {
"name": "BunqCommunity",
"email": "bunqcommunity@gmail.com"
Expand Down
1 change: 0 additions & 1 deletion src/react/Components/CombinedList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { connect } from "react-redux";
import Divider from "material-ui/Divider";
import { LinearProgress } from "material-ui/Progress";
import List, {
ListItem,
ListItemSecondaryAction,
ListSubheader
} from "material-ui/List";
Expand Down
1 change: 0 additions & 1 deletion src/react/Components/FilterComponents/FilterDrawer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { withTheme } from "material-ui/styles";
import IconButton from "material-ui/IconButton";
import Drawer from "material-ui/Drawer";
import Typography from "material-ui/Typography"
import TextField from "material-ui/TextField";
import Radio, { RadioGroup } from "material-ui/Radio";
import List, {
ListItem,
Expand Down
2 changes: 1 addition & 1 deletion src/react/Reducers/bunq_me_tab_filter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const defaultState = {
type: "default",
type: "active",
visible: true
};

Expand Down

0 comments on commit 08a13a6

Please sign in to comment.