File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 3
3
exports [` Snapshot match 1` ] = `
4
4
<div
5
5
className = " src-shared-components-TopcoderHeader-Auth-___style__auth___3X0_r"
6
- onClick = { [Function ]}
7
- onKeyPress = { null }
8
- role = " button"
9
- tabIndex = " 0"
10
6
>
11
7
<a
12
8
className = " tc-btn-sm tc-btn-primary"
@@ -27,10 +23,6 @@ exports[`Snapshot match 1`] = `
27
23
exports [` Snapshot match 2` ] = `
28
24
<div
29
25
className = " column src-shared-components-TopcoderHeader-Auth-___style__auth___3X0_r"
30
- onClick = { [Function ]}
31
- onKeyPress = { null }
32
- role = " button"
33
- tabIndex = " 0"
34
26
>
35
27
<a
36
28
className = " tc-btn-sm tc-btn-primary"
Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ export default function Auth({ column }) {
15
15
< div
16
16
className = { column ? 'column' : '' }
17
17
styleName = "auth"
18
- onClick = { ( event ) => { event . stopPropagation ( ) ; } }
19
- onKeyPress = { null }
20
- role = "button"
21
- tabIndex = "0"
22
18
>
23
19
< a
24
20
className = "tc-btn-sm tc-btn-primary"
You can’t perform that action at this time.
0 commit comments