We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eba434 commit b0c8cc5Copy full SHA for b0c8cc5
ui/src/presence-app.ts
@@ -224,7 +224,7 @@ export class PresenceApp extends LitElement {
224
);
225
this.client = weaveClient.renderInfo.appletClient as any;
226
this._profilesStore = new ProfilesStore(
227
- weaveClient.renderInfo.profilesClient
+ weaveClient.renderInfo.profilesClient as any
228
229
} else {
230
// We pass an unused string as the url because it will dynamically be replaced in launcher environments
0 commit comments