From e734da7adce82d17f4711e0eeffe9992c03b26ad Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Thu, 21 Nov 2024 12:04:32 -0800 Subject: [PATCH] feature/IO-3000-messaging-sockets-migrations2 - - Fix Bug in import Signed-off-by: Dave Richer --- client/src/components/profile-shops/profile-shops.container.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/profile-shops/profile-shops.container.jsx b/client/src/components/profile-shops/profile-shops.container.jsx index 46fe59aa2..4c5150913 100644 --- a/client/src/components/profile-shops/profile-shops.container.jsx +++ b/client/src/components/profile-shops/profile-shops.container.jsx @@ -5,7 +5,7 @@ import { QUERY_ALL_ASSOCIATIONS, UPDATE_ACTIVE_ASSOCIATION } from "../../graphql import AlertComponent from "../alert/alert.component"; import ProfileShopsComponent from "./profile-shops.component"; import axios from "axios"; -import { getToken } from " firebase/messaging"; +import { getToken } from "firebase/messaging"; import { connect } from "react-redux"; import { createStructuredSelector } from "reselect";