@snapdragonsnursery/react-components 1.17.5 → 1.17.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapdragonsnursery/react-components",
3
- "version": "1.17.5",
3
+ "version": "1.17.6",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -113,7 +113,6 @@ function AuthButtons({ theme, setTheme, authState, setAuthState }) {
113
113
  authState.isAuthenticated,
114
114
  authState.account,
115
115
  authState.instance,
116
- profilePicture,
117
116
  ]);
118
117
 
119
118
  // Debug logging - only log on state changes