@symbolic/react-app
Advanced tools
Comparing version 1.3.29 to 1.3.30
{ | ||
"name": "@symbolic/react-app", | ||
"version": "1.3.29", | ||
"version": "1.3.30", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -16,3 +16,3 @@ import React from 'react'; //eslint-disable-line | ||
var activeOrgId = Cookies.get('activeOrgId'); | ||
var activeOrgId = parseInt(Cookies.get('activeOrgId')); | ||
@@ -19,0 +19,0 @@ if (this.token) this.props.logIn({token: this.token, activeOrgId}); |
18771