This commit is contained in:
Milli 2022-06-03 00:39:15 +02:00
parent 5315eb3600
commit 4be929fd8e

View File

@ -40,9 +40,7 @@ export function OutcomeLabel(props: {
)
}
export function BinaryOutcomeLabel(props: {
outcome: resolution
}) {
export function BinaryOutcomeLabel(props: { outcome: resolution }) {
const { outcome } = props
if (outcome === 'YES') return <YesLabel />