mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-06 04:19:43 +00:00
spelling: errors
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -138,7 +138,7 @@ const Tabs: FC<IResTabs> = ({
|
||||
export default Tabs;
|
||||
|
||||
const ScriptErrors = ({ errors = [] }) => {
|
||||
console.log(errors, 'erros..... errors');
|
||||
console.log(errors, 'errors..... errors');
|
||||
return (
|
||||
<div className=' w-full bg-app-background'>
|
||||
{errors.map((e, i) => (
|
||||
|
||||
Reference in New Issue
Block a user