Updated all packages and fixed errors thrown by new ESLint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Alert } from "antd";
|
||||
import { logImEXEvent } from "../../firebase/firebase.utils";
|
||||
import React from "react";
|
||||
import { logImEXEvent } from "../../firebase/firebase.utils";
|
||||
|
||||
export default function AlertComponent(props) {
|
||||
if (props.type === "error") logImEXEvent("alert_render", { ...props });
|
||||
|
||||
Reference in New Issue
Block a user