Skip to content

Commit d346ad6

Browse files
committed
refactor(customproptypesrules): code cleaning
1 parent 4cf13f9 commit d346ad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/CustomPropTypesRules.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
export const PaymentOptionsPropRule = (options: Array<string>) => (props:{[k: string]: any}, propName: string) => {
32
// skip check if payment options is not defined
43
if (props[propName] === undefined) {

0 commit comments

Comments
 (0)