File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,6 @@ export const Survey = () => {
97
97
98
98
{ [ ViewState . YES , ViewState . NO ] . includes ( state ) && (
99
99
< >
100
- < p className = "color-text-secondary f6" >
101
- { state === ViewState . YES && t `yes_feedback` }
102
- { state === ViewState . NO && t `no_feedback` }
103
- </ p >
104
100
< p className = "mb-3" >
105
101
< label className = "d-block mb-1 f6" htmlFor = "survey-comment" >
106
102
< span >
Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ survey:
54
54
able_to_find : Did this doc help you?
55
55
yes : Yes
56
56
no : No
57
- yes_feedback : We're continually improving our docs. We'd love to hear what we do well.
58
- no_feedback : We're continually improving our docs. We'd love to hear how we can do better.
59
57
comment_yes_label : Let us know what we do well
60
58
comment_no_label : Let us know what we can do better
61
59
optional : Optional
You can’t perform that action at this time.
0 commit comments