mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 12:38:35 +00:00
fix typo
This commit is contained in:
parent
ef14074164
commit
2d1fcf4a8d
@ -165,7 +165,7 @@ export function MiniRepl({
|
|||||||
fontSize={fontSize}
|
fontSize={fontSize}
|
||||||
keybindings={keybindings}
|
keybindings={keybindings}
|
||||||
isLineNumbersDisplayed={isLineNumbersDisplayed}
|
isLineNumbersDisplayed={isLineNumbersDisplayed}
|
||||||
highlightActiveLineGutter={isActiveLineHighlighted}
|
isActiveLineHighlighted={isActiveLineHighlighted}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{error && <div className="text-right p-1 text-md text-red-200">{error.message}</div>}
|
{error && <div className="text-right p-1 text-md text-red-200">{error.message}</div>}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user