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 @@ -10,7 +10,7 @@ import { MatrixComp } from './matrix'
10
10
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
11
11
import { faArrowUpRightFromSquare } from '@fortawesome/free-solid-svg-icons'
12
12
import { BallotsComp } from './ballots'
13
- import { H3 } from './layout/headings' ;
13
+ import { H3 } from './layout/headings'
14
14
15
15
export const Sandbox : React . FC = ( ) => {
16
16
return (
You can’t perform that action at this time.
0 commit comments