Skip to content

Commit

Permalink
feat: #1917 Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vu Nguyen committed Jul 16, 2020
1 parent d0d406d commit 98a0212
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ exports[`ContactDeveloperSection should match snapshot with gutter 1`] = `
NEED HELP?
</Component>
<Memo()
animation="slide"
footer={
<Unknown
dataTest="btn-close-modal"
Expand All @@ -24,7 +23,6 @@ exports[`ContactDeveloperSection should match snapshot with gutter 1`] = `
Close
</Unknown>
}
maskAnimation="fade"
onClose={[Function]}
title="Contact Details"
visible={false}
Expand Down Expand Up @@ -109,7 +107,6 @@ exports[`ContactDeveloperSection should match snapshot without gutter 1`] = `
NEED HELP?
</Component>
<Memo()
animation="slide"
footer={
<Unknown
dataTest="btn-close-modal"
Expand All @@ -121,7 +118,6 @@ exports[`ContactDeveloperSection should match snapshot without gutter 1`] = `
Close
</Unknown>
}
maskAnimation="fade"
onClose={[Function]}
title="Contact Details"
visible={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export const ContactDeveloperSection = ({
visible={visible}
title={'Contact Details'}
onClose={closeContactModal(setVisible)}
animation="slide"
maskAnimation="fade"
footer={
<Button
dataTest="btn-close-modal"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ exports[`ContactDeveloperSection should match snapshot with gutter 1`] = `
NEED HELP?
</Component>
<Memo()
animation="slide"
footer={
<Unknown
dataTest="btn-close-modal"
Expand All @@ -24,7 +23,6 @@ exports[`ContactDeveloperSection should match snapshot with gutter 1`] = `
Close
</Unknown>
}
maskAnimation="fade"
onClose={[Function]}
title="Contact Details"
visible={false}
Expand Down Expand Up @@ -109,7 +107,6 @@ exports[`ContactDeveloperSection should match snapshot without gutter 1`] = `
NEED HELP?
</Component>
<Memo()
animation="slide"
footer={
<Unknown
dataTest="btn-close-modal"
Expand All @@ -121,7 +118,6 @@ exports[`ContactDeveloperSection should match snapshot without gutter 1`] = `
Close
</Unknown>
}
maskAnimation="fade"
onClose={[Function]}
title="Contact Details"
visible={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export const ContactDeveloperSection = ({
visible={visible}
title={'Contact Details'}
onClose={closeContactModal(setVisible)}
animation="slide"
maskAnimation="fade"
footer={
<Button
dataTest="btn-close-modal"
Expand Down

0 comments on commit 98a0212

Please sign in to comment.