@cshah18/sdk 4.7.0 → 4.8.0
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.
|
@@ -272,6 +272,10 @@ export declare class LobbyModal {
|
|
|
272
272
|
* Update offline redemption visibility when group is fulfilled
|
|
273
273
|
*/
|
|
274
274
|
private updateOfflineRedemptionVisibility;
|
|
275
|
+
/**
|
|
276
|
+
* Update activity section visibility based on group status
|
|
277
|
+
*/
|
|
278
|
+
private updateActivitySectionVisibility;
|
|
275
279
|
/**
|
|
276
280
|
* Subscribe to socket events
|
|
277
281
|
*/
|