Commit b647365 1 parent 6ee8af6 commit b647365 Copy full SHA for b647365
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import {
27
27
type Props = {
28
28
+ $c : CatalystContextT ,
29
29
+ form : MergeFormT ,
30
- + privacyDiffers ?: boolean ,
30
+ + privaciesDiffer ?: boolean ,
31
31
+ toMerge : $ReadOnlyArray < CollectionT > ,
32
32
+ typesDiffer ? : boolean ,
33
33
} ;
@@ -93,7 +93,7 @@ const CollectionMergeTable = ({
93
93
const CollectionMerge = ( {
94
94
$c ,
95
95
form ,
96
- privacyDiffers ,
96
+ privaciesDiffer ,
97
97
toMerge ,
98
98
typesDiffer ,
99
99
} : Props): React.Element< typeof Layout > => {
@@ -135,7 +135,7 @@ const CollectionMerge = ({
135
135
</ p >
136
136
</ div >
137
137
) : null }
138
- { privacyDiffers /*:: === true */ ? (
138
+ { privaciesDiffer /*:: === true */ ? (
139
139
< div className = "warning warning-privacy-differs" >
140
140
< p >
141
141
{ exp . l (
You can’t perform that action at this time.
0 commit comments