Skip to content

Commit fd242ff

Browse files
authored
feat: add pollID below Vote (#316)
1 parent f57c469 commit fd242ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/eVoting/src/components/signing-interface.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export function SigningInterface({ pollId, voteData, onSigningComplete, onCancel
295295
</div>
296296

297297
<Badge variant="secondary" className="text-xs">
298-
Session: {sessionId?.substring(0, 8)}...
298+
Poll ID: {pollId}
299299
</Badge>
300300
</div>
301301

0 commit comments

Comments
 (0)