File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ export const ScoresSummary: React.FC<{
1818 < div className = "block" >
1919 < CandiTagList candidates = { winners . map ( ( c ) => candidatesById [ c ] ) } />
2020 </ div >
21- < H5 style = { { marginBottom : 0 } } >
22- Scores
23- </ H5 >
21+ < H5 style = { { marginBottom : 0 } } > Scores</ H5 >
2422 < QuickScores candidatesById = { candidatesById } scoreObject = { scores } />
2523 < style jsx > { `
2624 .block {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react'
22import { useStore } from './store'
33import { selectMethod } from './store/selectors'
44import { methods } from './methods'
5- import { H3 } from './layout/headings' ;
5+ import { H3 } from './layout/headings'
66
77export const Results : React . FC = ( ) => {
88 const method = useStore ( selectMethod )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import {
1616} from '@fortawesome/fontawesome-svg-core'
1717import { fas } from '@fortawesome/free-solid-svg-icons'
1818import { BallotsComp } from './ballots'
19- import { H3 } from './layout/headings' ;
19+ import { H3 } from './layout/headings'
2020
2121library . add ( fas )
2222
You can’t perform that action at this time.
0 commit comments