diff --git a/client/src/components/Actions/TableActions.tsx b/client/src/components/Actions/TableActions.tsx
index 6d9460c..12fe336 100644
--- a/client/src/components/Actions/TableActions.tsx
+++ b/client/src/components/Actions/TableActions.tsx
@@ -57,9 +57,9 @@ export const TableActions = (props: Props): JSX.Element => {
tabIndex={0}
>
{entity.isPinned ? (
-
- ) : (
+ ) : (
+
)}
)}
@@ -71,9 +71,9 @@ export const TableActions = (props: Props): JSX.Element => {
tabIndex={0}
>
{entity.isPublic ? (
-
- ) : (
+ ) : (
+
)}