Skip to content

Commit 1437263

Browse files
committed
fix
1 parent e640124 commit 1437263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/containers/tc-communities/Loader.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class Loader extends React.Component {
105105
// All other get the not authorized page
106106

107107
console.log('Rendering Access Denied - Not Authenticated for !visitorGroups');
108-
console.loglog(visitorGroups, meta, communityId, member);
108+
console.log(visitorGroups, meta, communityId, member);
109109

110110
return (
111111
<AccessDenied
@@ -131,7 +131,7 @@ class Loader extends React.Component {
131131
}
132132

133133
console.log('Rendering Access Denied - Not Authenticated');
134-
console.loglog(visitorGroups, meta, communityId, member);
134+
console.log(visitorGroups, meta, communityId, member);
135135

136136
/* Visitor is not authorized to access this community. */
137137
return (

0 commit comments

Comments
 (0)