diff --git a/application/src/components/services/service-row/ServiceRowActions.tsx b/application/src/components/services/service-row/ServiceRowActions.tsx index 3c8d385..d2cd039 100644 --- a/application/src/components/services/service-row/ServiceRowActions.tsx +++ b/application/src/components/services/service-row/ServiceRowActions.tsx @@ -112,10 +112,10 @@ export const ServiceRowActions = ({ { e.stopPropagation(); onViewDetail(service); @@ -125,7 +125,7 @@ export const ServiceRowActions = ({ View Detail {service.status === "paused" ? ( @@ -141,7 +141,7 @@ export const ServiceRowActions = ({ )} { e.stopPropagation(); onEdit(service); @@ -151,7 +151,7 @@ export const ServiceRowActions = ({ Edit {alertsMuted ? ( @@ -166,9 +166,9 @@ export const ServiceRowActions = ({ )} - + { e.stopPropagation(); onDelete(service); @@ -181,4 +181,4 @@ export const ServiceRowActions = ({ ); -}; +}; \ No newline at end of file