Skip to content

Commit d8b5bdb

Browse files
committed
Run prettier
1 parent 5104952 commit d8b5bdb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/src/App.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,7 @@ const App = () => {
445445
stdErrNotifications={stdErrNotifications}
446446
logLevel={logLevel}
447447
sendLogLevelRequest={sendLogLevelRequest}
448-
loggingSupported={
449-
!!serverCapabilities?.logging || false
450-
}
448+
loggingSupported={!!serverCapabilities?.logging || false}
451449
/>
452450
<div className="flex-1 flex flex-col overflow-hidden">
453451
<div className="flex-1 overflow-auto">

0 commit comments

Comments
 (0)