From 9ef0eebe4353fa4fd34016ece38604e478030a9c Mon Sep 17 00:00:00 2001 From: Merul Dhiman Date: Sat, 23 Aug 2025 21:09:29 +0530 Subject: [PATCH] feat: add pollID below Vote --- platforms/eVoting/src/components/signing-interface.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/eVoting/src/components/signing-interface.tsx b/platforms/eVoting/src/components/signing-interface.tsx index 511e434b..0b070827 100644 --- a/platforms/eVoting/src/components/signing-interface.tsx +++ b/platforms/eVoting/src/components/signing-interface.tsx @@ -295,7 +295,7 @@ export function SigningInterface({ pollId, voteData, onSigningComplete, onCancel - Session: {sessionId?.substring(0, 8)}... + Poll ID: {pollId}