mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 15:30:27 +03:00
Fix to use shorthand prop
This commit is contained in:
parent
395a24f1a7
commit
f262f54728
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export const getWidgetUrl = (
|
||||||
hideHeader: 'true',
|
hideHeader: 'true',
|
||||||
userId: mx.getUserId()!,
|
userId: mx.getUserId()!,
|
||||||
deviceId: mx.getDeviceId()!,
|
deviceId: mx.getDeviceId()!,
|
||||||
roomId: roomId,
|
roomId,
|
||||||
baseUrl: mx.baseUrl!,
|
baseUrl: mx.baseUrl!,
|
||||||
parentUrl: window.location.origin,
|
parentUrl: window.location.origin,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue