Skip to content

Commit d72e1ef

Browse files
committed
removing warnings
1 parent fd87bf9 commit d72e1ef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

portal-ui/src/screens/Console/Tenants/TenantDetails/PVCDetails.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ const PVCDetails = ({
5454
const PVCName = match.params["PVCName"];
5555
const [event, setEvent] = useState<IEvent[]>([]);
5656

57-
function a11yProps(index: any) {
58-
return {
59-
id: `simple-tab-${index}`,
60-
"aria-controls": `simple-tabpanel-${index}`,
61-
};
62-
}
63-
6457
useEffect(() => {
6558
if (loading) {
6659
api

0 commit comments

Comments
 (0)