Fix console error
This commit is contained in:
parent
1fb5f43305
commit
8220336130
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default function Message(props) {
|
|||
case 'error':
|
||||
return (
|
||||
<p className='vimvixen-console-message vimvixen-console-error'>
|
||||
{ props.text }
|
||||
{ props.children }
|
||||
</p>
|
||||
);
|
||||
case 'info':
|
||||
|
|
Reference in a new issue