1
0
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:
Sebastian Malton 2022-12-22 10:49:22 -05:00
parent bb6075e692
commit 36c54fb6e4

View File

@ -26,7 +26,8 @@ const NonInjectedPersistentVolumeClaim = (props: PodVolumeVariantSpecificProps<"
pod={pod}
title="Name"
kubeRef={{ name: claimName }}
api={persistentVolumeClaimApi} />
api={persistentVolumeClaimApi}
/>
);
};