mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix formatting
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
bb6075e692
commit
36c54fb6e4
@ -26,7 +26,8 @@ const NonInjectedPersistentVolumeClaim = (props: PodVolumeVariantSpecificProps<"
|
|||||||
pod={pod}
|
pod={pod}
|
||||||
title="Name"
|
title="Name"
|
||||||
kubeRef={{ name: claimName }}
|
kubeRef={{ name: claimName }}
|
||||||
api={persistentVolumeClaimApi} />
|
api={persistentVolumeClaimApi}
|
||||||
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user