mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +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',
|
||||
userId: mx.getUserId()!,
|
||||
deviceId: mx.getDeviceId()!,
|
||||
roomId: roomId,
|
||||
roomId,
|
||||
baseUrl: mx.baseUrl!,
|
||||
parentUrl: window.location.origin,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue