This commit is contained in:
@@ -58,7 +58,7 @@ export default function ApplicationList({
|
|||||||
dispatch(setSelectedApplication(app));
|
dispatch(setSelectedApplication(app));
|
||||||
router.push(`/user/account/applications`);
|
router.push(`/user/account/applications`);
|
||||||
};
|
};
|
||||||
|
|
||||||
const StatusIcons: Record<string, React.ReactNode> = {
|
const StatusIcons: Record<string, React.ReactNode> = {
|
||||||
APPROVED: (
|
APPROVED: (
|
||||||
<svg
|
<svg
|
||||||
|
|||||||
Reference in New Issue
Block a user