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

Commit 08a13a6

Browse files
committed
2 parents 225cab2 + 35fe992 commit 08a13a6

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "BunqDesktop application",
33
"name": "bunqdesktop",
44
"productName": "BunqDesktop",
5-
"version": "0.7.1",
5+
"version": "0.7.2",
66
"author": {
77
"name": "BunqCommunity",
88
"email": "[email protected]"

src/react/Components/CombinedList.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { connect } from "react-redux";
33
import Divider from "material-ui/Divider";
44
import { LinearProgress } from "material-ui/Progress";
55
import List, {
6-
ListItem,
76
ListItemSecondaryAction,
87
ListSubheader
98
} from "material-ui/List";

src/react/Components/FilterComponents/FilterDrawer.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { withTheme } from "material-ui/styles";
33
import IconButton from "material-ui/IconButton";
44
import Drawer from "material-ui/Drawer";
55
import Typography from "material-ui/Typography"
6-
import TextField from "material-ui/TextField";
76
import Radio, { RadioGroup } from "material-ui/Radio";
87
import List, {
98
ListItem,

src/react/Reducers/bunq_me_tab_filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const defaultState = {
2-
type: "default",
2+
type: "active",
33
visible: true
44
};
55

0 commit comments

Comments
 (0)