fix typo
This commit is contained in:
parent
ef14074164
commit
2d1fcf4a8d
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ export function MiniRepl({
|
|||
fontSize={fontSize}
|
||||
keybindings={keybindings}
|
||||
isLineNumbersDisplayed={isLineNumbersDisplayed}
|
||||
highlightActiveLineGutter={isActiveLineHighlighted}
|
||||
isActiveLineHighlighted={isActiveLineHighlighted}
|
||||
/>
|
||||
)}
|
||||
{error && <div className="text-right p-1 text-md text-red-200">{error.message}</div>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue