Skip reveal phase and freeze titles after suggestions
This commit is contained in:
@@ -26,7 +26,7 @@ export async function loadSuggestData() {
|
||||
}
|
||||
|
||||
export async function loadRevealData() {
|
||||
if (state.phase === "Reveal" || state.phase === "Vote" || state.phase === "Results") {
|
||||
if (state.phase === "Vote" || state.phase === "Results") {
|
||||
const latest = await api.allSuggestions();
|
||||
const latestSig = signatureSuggestions(latest);
|
||||
const changed = latestSig !== state.allSuggestionsSig;
|
||||
|
||||
Reference in New Issue
Block a user