@openeventkit/event-site 2.0.67 → 2.0.69
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": "2.0.
|
|
4
|
+
"version": "2.0.69",
|
|
5
5
|
"author": "Tipit LLC",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@mui/base": "^5.0.0-alpha.114",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"stream-browserify": "^3.0.0",
|
|
119
119
|
"stream-chat": "^2.7.2",
|
|
120
120
|
"stream-chat-react": "3.1.7",
|
|
121
|
-
"summit-registration-lite": "5.0.
|
|
121
|
+
"summit-registration-lite": "5.0.10",
|
|
122
122
|
"superagent": "8.0.9",
|
|
123
123
|
"sweetalert2": "^9.17.0",
|
|
124
124
|
"upcoming-events-widget": "3.0.4",
|
|
@@ -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
|
}
|