Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
review changes
  • Loading branch information
ashokaditya committed Jun 8, 2021
1 parent 36ac312 commit bfc8e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const EndpointActivityLog = memo(
{activityLoading ? (
<EuiLoadingContent lines={3} />
) : (
// @ts-ignore
activityLog.type === 'LoadedResourceState' &&
activityLog.data?.map((logEntry) => (
<LogEntry
key={`${logEntry.item.action_id}-${logEntry.item['@timestamp']}`}
Expand Down

0 comments on commit bfc8e96

Please sign in to comment.