Skip to content

Commit

Permalink
Merge pull request #473 from responsively-org/hot-fix
Browse files Browse the repository at this point in the history
Hotfix for app crash
  • Loading branch information
manojVivek committed Sep 22, 2020
2 parents d55ec16 + 66452ea commit 84f956d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions desktop-app/app/components/AppNotification/AppNotification.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ function checkIfInteracted(id) {
const AppNotification = () => {
const [notificationInteracted, setNotificationInteracted] = useState(false);
const [data, setData] = useState(null);
const commonClasses = useCommonStyles();

useEffect(() => {
if (process.env.NODE_ENV === 'development') {
return;
Expand Down
2 changes: 1 addition & 1 deletion desktop-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Responsively-App",
"productName": "ResponsivelyApp",
"version": "0.13.0",
"version": "0.13.1",
"description": "A developer-friendly browser for developing responsive web apps",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 84f956d

Please sign in to comment.