diff --git a/web/pages/actions.tsx b/web/pages/actions.tsx
index 92cbaf8c7..a39081842 100644
--- a/web/pages/actions.tsx
+++ b/web/pages/actions.tsx
@@ -184,7 +184,7 @@ export default function Actions() {
dataIndex: 'icon',
key: 'icon',
render: (url: string) => {
- return url ? : null;
+ return url ?
: null;
},
},
{
@@ -283,7 +283,10 @@ export default function Actions() {
return (