react-push-notification
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -7,3 +7,2 @@ import React from 'react'; | ||
position?: Position; | ||
k?: string; | ||
} | ||
@@ -10,0 +9,0 @@ interface State { |
@@ -21,5 +21,4 @@ "use strict"; | ||
render() { | ||
const { position, k } = this.props; | ||
const { position } = this.props; | ||
const classN = `rpn-notification-holder ${position || 'top-middle'} supertest`; | ||
console.log(classN); | ||
return react_1.default.createElement("div", { className: classN }, this.state.value.map((note) => { | ||
@@ -26,0 +25,0 @@ return react_1.default.createElement(PushNotification_1.default, { closeNotification: Storage_1.default.popAndPush, id: note.id, theme: note.theme, title: note.title, subtitle: note.subtitle, message: note.message }); |
{ | ||
"name": "react-push-notification", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "React push notifications", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
14088
418