Skip to content

Commit 3443c44

Browse files
committed
fix: remove dead code
1 parent d13845c commit 3443c44

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/containers/Inspector.tsx

-10
Original file line numberDiff line numberDiff line change
@@ -372,16 +372,6 @@ const Inspector: React.FC<IProps> = (props) => {
372372
src="https://github.com/open-rpc/design/raw/master/icons/open-rpc-logo-noText/open-rpc-logo-noText%20(PNG)/128x128.png" //tslint:disable-line
373373
/>
374374
<Typography variant="h6" color="textSecondary">Inspector</Typography>
375-
{/* <Button
376-
onClick={() => setHistoryOpen(true)}
377-
variant="outlined"
378-
style={{
379-
fontSize: "0.6rem",
380-
marginRight: "5px",
381-
marginLeft: "15px",
382-
paddingLeft: "10px",
383-
paddingRight: "10px",
384-
}}>History</Button> */}
385375
<Tooltip title="Play">
386376
<IconButton onClick={handlePlayButton}>
387377
<PlayCircle />

0 commit comments

Comments
 (0)