Dynamically show messaging based on presence of msid BOD-322

This commit is contained in:
Patrick Fic
2020-08-27 14:41:25 -07:00
parent 661241091a
commit 6e611fbc7c
2 changed files with 30 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ export default function ProfilePage() {
return (
<div>
<ProfileMyComponent />
<ProfileShopsContainer />;
<ProfileShopsContainer />
</div>
);
}