tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
add empty set when optimisitcally mutating poll votes
awarm.space
9 months ago
d26ff686
bd3bd9a0
+1
1 changed file
expand all
collapse all
unified
split
components
Blocks
PollBlock.tsx
+1
components/Blocks/PollBlock.tsx
···
173
173
...selectedPollOptions.map((option_entity) => ({
174
174
poll_votes_on_entity: {
175
175
option_entity,
176
176
+
entities: { set: "" },
176
177
poll_entity: props.entityID,
177
178
voter_token: oldState.voter_token!,
178
179
},