Skip to content

Commit

Permalink
Merge pull request #217 from makerdao/minor-fix-remove-unnecessary-space
Browse files Browse the repository at this point in the history
remove unnecessary space
  • Loading branch information
adamgoth authored Nov 2, 2021
2 parents d0d98ee + f587bee commit 787f544
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/executive/helpers/getStatusText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export const getStatusText = (proposalAddress: string, spellData?: SpellData): s
${
SPELL_SCHEDULED_DATE_OVERRIDES[proposalAddress] ||
formatDateWithTime(spellData.nextCastTime || spellData.eta)
}
.`;
}.`;
}
}
return 'This proposal has not yet passed and is not available for execution.';
Expand Down

0 comments on commit 787f544

Please sign in to comment.