🐛 Fix handling of postponed proposals (#3397)

Fixes #3396

Signed-off-by: Alexandre Franke <alexandre.franke@gmail.com>
This commit is contained in:
Alexandre Franke 2021-09-16 09:58:28 +02:00 committed by GitHub
parent fa479afa97
commit 845e4c87db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ const states = [
title: "Merged"
},
{
label: "proposal-postoned",
label: "proposal-postponed",
title: "Postponed"
},
{