Skip to content

Commit a466d50

Browse files
committed
Solved redirect error
1 parent bddff65 commit a466d50

File tree

15 files changed

+22
-1
lines changed

15 files changed

+22
-1
lines changed

src/components/DatePicker/__snapshots__/DatePicker.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`<DatePickerStyled /> rendering should render without crashing 1`] = `
66
Object {
77
"defaultFormats": Object {},
88
"defaultLocale": "en",
9+
"defaultRichTextElements": undefined,
910
"formatDate": [Function],
1011
"formatDateToParts": [Function],
1112
"formatDisplayName": [Function],

src/components/Layout/__snapshots__/Layout.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`<Layout /> rendering should render without crashing 1`] = `
66
Object {
77
"defaultFormats": Object {},
88
"defaultLocale": "en",
9+
"defaultRichTextElements": undefined,
910
"formatDate": [Function],
1011
"formatDateToParts": [Function],
1112
"formatDisplayName": [Function],

src/components/Navigation/Aside/__snapshots__/Aside.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Object {
77
Object {
88
"defaultFormats": Object {},
99
"defaultLocale": "en",
10+
"defaultRichTextElements": undefined,
1011
"formatDate": [Function],
1112
"formatDateToParts": [Function],
1213
"formatDisplayName": [Function],

src/components/Navigation/NavBar/__snapshots__/NavBar.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`<NavBar /> rendering should render without crashing 1`] = `
66
Object {
77
"defaultFormats": Object {},
88
"defaultLocale": "en",
9+
"defaultRichTextElements": undefined,
910
"formatDate": [Function],
1011
"formatDateToParts": [Function],
1112
"formatDisplayName": [Function],

src/components/UserForm/__snapshots__/UserForm.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`<UserForm /> rendering should render without crashing 1`] = `
66
Object {
77
"defaultFormats": Object {},
88
"defaultLocale": "en",
9+
"defaultRichTextElements": undefined,
910
"formatDate": [Function],
1011
"formatDateToParts": [Function],
1112
"formatDisplayName": [Function],

src/pages/Login/__snapshots__/Login.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`<Login /> rendering should render without crashing 1`] = `
66
Object {
77
"defaultFormats": Object {},
88
"defaultLocale": "en",
9+
"defaultRichTextElements": undefined,
910
"formatDate": [Function],
1011
"formatDateToParts": [Function],
1112
"formatDisplayName": [Function],

src/pages/Profile/ChangePassword/__snapshots__/ChangePassword.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`<ChangePassword /> rendering should render without crashing 1`] = `
66
Object {
77
"defaultFormats": Object {},
88
"defaultLocale": "en",
9+
"defaultRichTextElements": undefined,
910
"formatDate": [Function],
1011
"formatDateToParts": [Function],
1112
"formatDisplayName": [Function],

src/pages/Profile/__snapshots__/Profile.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`<Profile /> rendering should render without crashing 1`] = `
66
Object {
77
"defaultFormats": Object {},
88
"defaultLocale": "en",
9+
"defaultRichTextElements": undefined,
910
"formatDate": [Function],
1011
"formatDateToParts": [Function],
1112
"formatDisplayName": [Function],

src/pages/Router/__snapshots__/Router.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`<Router /> rendering should render without crashing 1`] = `
66
Object {
77
"defaultFormats": Object {},
88
"defaultLocale": "en",
9+
"defaultRichTextElements": undefined,
910
"formatDate": [Function],
1011
"formatDateToParts": [Function],
1112
"formatDisplayName": [Function],

src/pages/Section/__snapshots__/Section.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`<Section /> rendering should render without crashing 1`] = `
66
Object {
77
"defaultFormats": Object {},
88
"defaultLocale": "en",
9+
"defaultRichTextElements": undefined,
910
"formatDate": [Function],
1011
"formatDateToParts": [Function],
1112
"formatDisplayName": [Function],

0 commit comments

Comments
 (0)