We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5104952 commit d8b5bdbCopy full SHA for d8b5bdb
client/src/App.tsx
@@ -445,9 +445,7 @@ const App = () => {
445
stdErrNotifications={stdErrNotifications}
446
logLevel={logLevel}
447
sendLogLevelRequest={sendLogLevelRequest}
448
- loggingSupported={
449
- !!serverCapabilities?.logging || false
450
- }
+ loggingSupported={!!serverCapabilities?.logging || false}
451
/>
452
<div className="flex-1 flex flex-col overflow-hidden">
453
<div className="flex-1 overflow-auto">
0 commit comments