Re-added console log that indicates card render

This commit is contained in:
dangered wolf 2022-08-17 05:00:41 -04:00
parent 84802b6dd9
commit 48c496370f
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -6,6 +6,8 @@ export const renderCard = async (
): Promise<{ poll?: APIPoll; external_media?: APIExternalMedia }> => {
const values = card.binding_values;
console.log('rendering card');
const choices: { [label: string]: number } = {};
let totalVotes = 0;