From 87d7de12a6de3fb88181277ac925ddbdc4c9c178 Mon Sep 17 00:00:00 2001 From: Egor Panfilov Date: Tue, 7 Dec 2021 22:13:41 +0300 Subject: [PATCH] Fix comment string for Tab.jsx --- packages/ra-ui-materialui/src/detail/Tab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ra-ui-materialui/src/detail/Tab.tsx b/packages/ra-ui-materialui/src/detail/Tab.tsx index f6c7407bbc0..fa6191865d7 100644 --- a/packages/ra-ui-materialui/src/detail/Tab.tsx +++ b/packages/ra-ui-materialui/src/detail/Tab.tsx @@ -9,7 +9,7 @@ import classnames from 'classnames'; import Labeled from '../input/Labeled'; /** - * Tab element for the SimpleShowLayout. + * Tab element for the TabbedShowLayout. * * The `` component accepts the following props: *