@openeventkit/event-site 1.0.52 → 1.0.54
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openeventkit/event-site",
|
|
3
3
|
"description": "Event Site",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.54",
|
|
5
5
|
"author": "Tipit LLC",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@mui/base": "^5.0.0-alpha.114",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"stream-browserify": "^3.0.0",
|
|
118
118
|
"stream-chat": "^2.7.2",
|
|
119
119
|
"stream-chat-react": "3.1.7",
|
|
120
|
-
"summit-registration-lite": "4.0.
|
|
120
|
+
"summit-registration-lite": "4.0.23",
|
|
121
121
|
"superagent": "8.0.9",
|
|
122
122
|
"sweetalert2": "^9.17.0",
|
|
123
123
|
"upcoming-events-widget": "2.0.8",
|
|
@@ -138,6 +138,9 @@ export const getShareLink = (filters, view) => {
|
|
|
138
138
|
hashValue = encodeURIComponent(value.values);
|
|
139
139
|
}
|
|
140
140
|
hashVars[key] = hashValue;
|
|
141
|
+
} else {
|
|
142
|
+
// remove filters if don't have any value
|
|
143
|
+
fragmentParser.deleteParams(key);
|
|
141
144
|
}
|
|
142
145
|
});
|
|
143
146
|
}
|