mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-01 19:40:44 +00:00
clear code
This commit is contained in:
parent
c7887d2ee8
commit
6aea6c93d3
@ -15,7 +15,6 @@ const customStyle = {
|
||||
}
|
||||
const SyntaxHighlighterBox = ({ rows }: SyntaxHighlighterBoxProps) => {
|
||||
return (
|
||||
<YStack>
|
||||
<SyntaxHighlighter
|
||||
language="bash"
|
||||
showLineNumbers={true}
|
||||
@ -25,7 +24,6 @@ const SyntaxHighlighterBox = ({ rows }: SyntaxHighlighterBoxProps) => {
|
||||
>
|
||||
{`${rows.join('\n')}`}
|
||||
</SyntaxHighlighter>
|
||||
</YStack>
|
||||
)
|
||||
}
|
||||
export default SyntaxHighlighterBox
|
||||
|
Loading…
x
Reference in New Issue
Block a user