Skip to content

Commit fe93536

Browse files
committed
fix: linting
1 parent 3138fd0 commit fe93536

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/containers/Inspector.tsx

+5-2
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,12 @@ const Inspector: React.FC<IProps> = (props) => {
272272
startAdornment={openrpcDocument
273273
?
274274
<Tooltip title={
275-
<div style={{textAlign: "center"}}>
275+
<div style={{ textAlign: "center" }}>
276276
<Typography>Valid OpenRPC Endpoint.</Typography>
277-
<Typography variant="caption">The JSON-RPC endpoint responds to the rpc.discover method. This adds features like auto completion to the inspector.</Typography>
277+
<Typography variant="caption">
278+
The JSON-RPC endpoint responds to the rpc.discover method.
279+
This adds features like auto completion to the inspector.
280+
</Typography>
278281
</div>
279282
} onClick={() => window.open("https://spec.open-rpc.org/#service-discovery-method")}>
280283
<CheckCircle style={{ color: green[500], marginRight: "5px", cursor: "pointer" }} scale={0.1} />

0 commit comments

Comments
 (0)