Skip to content

Commit 9b5a1d6

Browse files
committed
Fix styling issue
1 parent 535fe87 commit 9b5a1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/helpers/SharedRegistrationForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import createPayPalButton from './payPalButton';
33
import TaxWidget from './TaxWidget';
44
import {logInfo} from '../../common/Error';
55
import transport from '../../common/Transport';
6-
import getQueryParam from "../../common/helpers/UrlParser";
6+
import getQueryParam from '../../common/helpers/UrlParser';
77

88
export default class SharedRegistrationForm {
99

0 commit comments

Comments
 (0)