File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ export const ScoresSummary: React.FC<{
18
18
< div className = "block" >
19
19
< CandiTagList candidates = { winners . map ( ( c ) => candidatesById [ c ] ) } />
20
20
</ div >
21
- < H5 style = { { marginBottom : 0 } } >
22
- Scores
23
- </ H5 >
21
+ < H5 style = { { marginBottom : 0 } } > Scores</ H5 >
24
22
< QuickScores candidatesById = { candidatesById } scoreObject = { scores } />
25
23
< style jsx > { `
26
24
.block {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react'
2
2
import { useStore } from './store'
3
3
import { selectMethod } from './store/selectors'
4
4
import { methods } from './methods'
5
- import { H3 } from './layout/headings' ;
5
+ import { H3 } from './layout/headings'
6
6
7
7
export const Results : React . FC = ( ) => {
8
8
const method = useStore ( selectMethod )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import {
16
16
} from '@fortawesome/fontawesome-svg-core'
17
17
import { fas } from '@fortawesome/free-solid-svg-icons'
18
18
import { BallotsComp } from './ballots'
19
- import { H3 } from './layout/headings' ;
19
+ import { H3 } from './layout/headings'
20
20
21
21
library . add ( fas )
22
22
You can’t perform that action at this time.
0 commit comments