Prettier
This commit is contained in:
parent
5315eb3600
commit
4be929fd8e
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue
Block a user