Skip to content

Commit

Permalink
Revert commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
neuodev committed Sep 20, 2022
1 parent f4acf5c commit d6f96a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default class QrCodeDialog extends Component<Props> {
{
label: intl.formatMessage(messages.downloadQrCode),
primary: true,
onClick: () => downloadQrCode(QR_ID, 'Voting key.png'),
onClick: () => downloadQrCode(QR_ID, 'Voting key'),
}
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ export default class VotingRegistrationDialogContainer extends Component<Props>

let component = null;

// switch (votingStore.progressInfo.currentStep) {
switch (ProgressStep.QR_CODE) {
switch (votingStore.progressInfo.currentStep) {
case ProgressStep.GENERATE:
component = (
<GeneratePinDialog
Expand Down

0 comments on commit d6f96a9

Please sign in to comment.