Skip to content

Commit ce9bb19

Browse files
committed
style: remove unused vars
1 parent 4b339dd commit ce9bb19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/DefaultPopup.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ export default class DefaultPopup extends Component {
158158
}
159159

160160
render() {
161-
const { style } = this.props;
162161
const {
163-
show, containerSlideOffsetY, containerDragOffsetY, containerScale,
164-
onPressAndSlideOut, appIconSource, appTitle, timeText, title, body
162+
show,
163+
containerSlideOffsetY, containerDragOffsetY, containerScale,
164+
onPressAndSlideOut,
165165
} = this.state;
166166

167167
if (!show) {

0 commit comments

Comments
 (0)