We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8a782 commit 39a9d33Copy full SHA for 39a9d33
1 file changed
webapp/packages/core-app/src/Body.tsx
@@ -67,7 +67,7 @@ export const Body = observer(function Body() {
67
<DialogsPortal />
68
<Notifications />
69
</theme>
70
- {userInfo && <Watermark theme={userInfo?.configurationParameters['app.theme']} text={userInfo?.displayName || userInfo?.userId} />}
+ {userInfo && <Watermark theme={userInfo.configurationParameters?.['app.theme']} text={userInfo.displayName || userInfo.userId} />}
71
</Loader>
72
</DNDProvider>,
73
);
0 commit comments