mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix build
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
ca8000544d
commit
384dcd6f21
@ -69,7 +69,7 @@ export class Pods extends React.Component<Props> {
|
|||||||
formatters: {
|
formatters: {
|
||||||
tableView: true,
|
tableView: true,
|
||||||
},
|
},
|
||||||
children: Object.keys(state).map(status => (
|
children: Object.keys(state).map((status: keyof typeof state) => (
|
||||||
<Fragment key={status}>
|
<Fragment key={status}>
|
||||||
<div className="title">
|
<div className="title">
|
||||||
{name} <span className="text-secondary">({status}{ready ? ", ready" : ""})</span>
|
{name} <span className="text-secondary">({status}{ready ? ", ready" : ""})</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user