File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
__tests__/shared/components/SubmissionManagement/__snapshots__ Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,7 @@ exports[`Snapshot match 1`] = `
24
24
<button
25
25
onClick = { [Function ]}
26
26
type = " button"
27
- >
28
- <DownloadIcon
29
- height = " 16"
30
- viewBox = " 0 0 16 16"
31
- width = " 16"
32
- xmlns = " http://www.w3.org/2000/svg"
33
- />
34
- </button >
27
+ />
35
28
<button
36
29
className = " src-shared-components-SubmissionManagement-Submission-___styles__delete-icon___2M67z"
37
30
disabled = { true }
@@ -87,14 +80,7 @@ exports[`Snapshot match 2`] = `
87
80
<button
88
81
onClick = { [Function ]}
89
82
type = " button"
90
- >
91
- <DownloadIcon
92
- height = " 16"
93
- viewBox = " 0 0 16 16"
94
- width = " 16"
95
- xmlns = " http://www.w3.org/2000/svg"
96
- />
97
- </button >
83
+ />
98
84
<button
99
85
className = " src-shared-components-SubmissionManagement-Submission-___styles__delete-icon___2M67z"
100
86
disabled = { true }
@@ -123,4 +109,4 @@ exports[`Snapshot match 2`] = `
123
109
</div >
124
110
</td >
125
111
</tr >
126
- ` ;
112
+ ` ;
You can’t perform that action at this time.
0 commit comments