mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[INJIMOB-2260] fix send VP screen showing blank screen (#1675)
Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> Co-authored-by: BalachandarG <balachandar.g@thoughtworks.com> Co-authored-by: adityankannan-tw <adityan410pm@gmail.com> Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> Co-authored-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1ad39cc2ec
commit
5149e1820d
@@ -59,7 +59,11 @@ import RestoreIcon from '../../assets/restoreIconBackup.svg';
|
||||
import QuestionIcon from '../../assets/questionIcon.svg';
|
||||
import CopyIcon from '../../assets/file_copy.svg';
|
||||
import StarIcon from '../../assets/credentialRegestryStar.svg';
|
||||
import SelectedCheckBox from '../../assets/Selected_Check_Box.svg';
|
||||
export class SvgImage {
|
||||
static selectedCheckBox() {
|
||||
return <SelectedCheckBox />;
|
||||
}
|
||||
static copyIcon(): React.ReactNode {
|
||||
return (
|
||||
<CopyIcon
|
||||
|
||||
Reference in New Issue
Block a user