File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ const MeritReportPage = () => {
288
288
289
289
const questions = getUniqueQuestions ( feedback . answers ) ;
290
290
for ( let question of Object . keys ( questions ) ) {
291
- text += markdown . headers . h3 ( question ) + "\n" ;
291
+ text += markdown . headers . h4 ( question ) + "\n" ;
292
292
for ( let answer of questions [ question ] ) {
293
293
if ( listMembers ) {
294
294
text += answer [ 0 ] + ": " ;
@@ -357,7 +357,7 @@ const MeritReportPage = () => {
357
357
358
358
const questions = getUniqueQuestions ( feedback . answers ) ;
359
359
for ( let question of Object . keys ( questions ) ) {
360
- text += markdown . headers . h3 ( question ) + "\n" ;
360
+ text += markdown . headers . h4 ( question ) + "\n" ;
361
361
for ( let answer of questions [ question ] ) {
362
362
text += answer [ 0 ] + ": " + answer [ 1 ] + "\n\n" ;
363
363
}
@@ -485,7 +485,7 @@ const MeritReportPage = () => {
485
485
< div className = "merit-report-page" >
486
486
< Button color = "primary" className = "space-between" >
487
487
< label htmlFor = "file-upload-comp" >
488
- < h3 > Compenstion History File { selectedCompHist && checkMark } </ h3 >
488
+ < h3 > Compensation History File { selectedCompHist && checkMark } </ h3 >
489
489
< input
490
490
accept = ".csv"
491
491
id = "file-upload-comp"
You can’t perform that action at this time.
0 commit comments