Skip to content

Commit 7227909

Browse files
committed
Fix spurious linebreak
1 parent 84335ae commit 7227909

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,7 @@ const App = () => {
515515
!serverCapabilities?.tools ? (
516516
<div className="flex items-center justify-center p-4">
517517
<p className="text-lg text-gray-500">
518-
The connected server does not support any MCP
519-
capabilities
518+
The connected server does not support any MCP capabilities
520519
</p>
521520
</div>
522521
) : (

0 commit comments

Comments
 (0)