File tree 2 files changed +0
-4
lines changed
src/components/collection-list
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ interface IProps {
32
32
displaySignatures : boolean ;
33
33
dropdownMenu ?: React . ReactNode | null ;
34
34
showNamespace ?: boolean ;
35
- synclistSwitch ?: React . ReactNode | null ;
36
35
uploadButton ?: React . ReactNode | null ;
37
36
}
38
37
@@ -47,7 +46,6 @@ export const CollectionListItem = ({
47
46
displaySignatures,
48
47
dropdownMenu,
49
48
showNamespace,
50
- synclistSwitch,
51
49
uploadButton,
52
50
} : IProps ) => {
53
51
const cells = [ ] ;
@@ -133,7 +131,6 @@ export const CollectionListItem = ({
133
131
direction = { { default : 'column' } }
134
132
alignItems = { { default : 'alignItemsFlexStart' } }
135
133
>
136
- { synclistSwitch && < FlexItem > { synclistSwitch } </ FlexItem > }
137
134
{ uploadButton || dropdownMenu ? (
138
135
< FlexItem >
139
136
{ uploadButton }
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ interface IProps {
23
23
ignoredParams : string [ ] ;
24
24
collectionControls : ( collection ) => {
25
25
dropdownMenu ?: React . ReactNode | null ;
26
- synclistSwitch ?: React . ReactNode | null ;
27
26
uploadButton ?: React . ReactNode | null ;
28
27
} ;
29
28
}
You can’t perform that action at this time.
0 commit comments