update prettier config
This commit is contained in:
@ -52,7 +52,7 @@ export const LabeledTextField = forwardRef<HTMLInputElement, LabeledTextFieldPro
|
||||
`}</style>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
export default LabeledTextField;
|
||||
|
@ -8,7 +8,7 @@ export default function useCustomerPhoneNumber() {
|
||||
const [customerPhoneNumber] = useQuery(
|
||||
getCurrentCustomerPhoneNumber,
|
||||
{},
|
||||
{ enabled: hasCompletedOnboarding }
|
||||
{ enabled: hasCompletedOnboarding },
|
||||
);
|
||||
|
||||
return customerPhoneNumber;
|
||||
|
@ -114,7 +114,7 @@ const ErrorBoundary = withRouter(
|
||||
|
||||
return this.props.children;
|
||||
}
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
export default Layout;
|
||||
|
Reference in New Issue
Block a user