{update.operation}
@@ -71,7 +111,7 @@ const UpdateCard = ({ update }: { update: Types.UpdateListItem }) => {
{fmt_update_date(new Date(update.start_ts))}
-
+ */}
);
};
@@ -96,7 +136,7 @@ export const ResourceUpdates = ({ type, id }: Types.ResourceTarget) => {
}
>
-
+
{/* {isLoading && } */}
{data?.updates.slice(0, 3).map((update) => (