1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update src/renderer/components/+cluster/cluster-issues.tsx

fix lint

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2021-04-14 10:12:41 -04:00 committed by GitHub
parent 5b2d593b83
commit 5c60a2fc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ export class ClusterIssues extends React.Component<Props> {
warnings.push({ warnings.push({
getId: () => uid, getId: () => uid,
getName: () => name, getName: () => name,
timeDiffFromNow: getTimeDiffFromNow(), timeDiffFromNow: getTimeDiffFromNow(),
age: getAge(), age: getAge(),
message, message,
kind, kind,