Skip to content

Commit 9be6492

Browse files
committed
chore(docs): remove duplicate words
- comment cleanup
1 parent 61d2709 commit 9be6492

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

  • documentation/docs/ui-integrations
    • chakra-ui/components/themed-layout
    • material-ui/components/themed-layout
  • packages/core/src/contexts/refine

documentation/docs/ui-integrations/chakra-ui/components/themed-layout/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const App: React.FC = () => {
193193
| `render` | [`SiderRenderFunction`](#siderrenderfunction) | Function to render the menu items and other elements inside the `<ThemedSider>` |
194194
| `meta` | `Record<string,any>` | Meta data to use when creating routes for the menu items |
195195
| `activeItemDisabled` | `boolean` | Whether clicking on an active sider item should reload the page |
196-
| `siderItemsAreCollapsed` | `boolean` | Whether nested sider items are by default default expanded or collapsed |
196+
| `siderItemsAreCollapsed` | `boolean` | Whether nested sider items are by default expanded or collapsed |
197197

198198
```tsx
199199
type SiderRenderFunction = (props: {

documentation/docs/ui-integrations/material-ui/components/themed-layout/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const App: React.FC = () => {
193193
| `render` | [`SiderRenderFunction`](#siderrenderfunction) | Function to render the menu items and other elements inside the `<ThemedSider>` |
194194
| `meta` | `Record<string,any>` | Meta data to use when creating routes for the menu items |
195195
| `activeItemDisabled` | `boolean` | Whether clicking on an active sider item should reload the page |
196-
| `siderItemsAreCollapsed` | `boolean` | Whether nested sider items are by default default expanded or collapsed |
196+
| `siderItemsAreCollapsed` | `boolean` | Whether nested sider items are by default expanded or collapsed |
197197

198198
```tsx
199199
type SiderRenderFunction = (props: {

packages/core/src/contexts/refine/types.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ export interface IRefineOptions {
104104
icon?: React.ReactNode;
105105
text?: React.ReactNode;
106106
};
107-
// /**
108-
// * Default collapsed/expanded of multi-level sider items
109-
// */
110-
// siderItems?: {
111-
// isCollapsed: boolean;
112-
// };
113107
}
114108

115109
export interface IRefineContextOptions {

0 commit comments

Comments
 (0)