mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Re-added console log that indicates card render
This commit is contained in:
parent
84802b6dd9
commit
48c496370f
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue