Skip to content

Commit fffc2ef

Browse files
committed
fix
1 parent ba5f2a5 commit fffc2ef

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

packages/arb-token-bridge-ui/src/components/TransactionHistory/ChainErrorsInfo.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,7 @@ function ErrorTooltip({ error }: { error: string }) {
4242
return (
4343
<Tooltip
4444
tippyProps={{ className: 'break-all', trigger: 'click' }}
45-
content={
46-
<SyntaxHighlighter
47-
className="text-xs"
48-
language="json"
49-
style={stackoverflowDark}
50-
wrapLongLines
51-
>
52-
{error}
53-
</SyntaxHighlighter>
54-
}
45+
content={error}
5546
>
5647
<div className="arb-hover flex cursor-pointer space-x-1">
5748
<EyeIcon width={20} />

0 commit comments

Comments
 (0)