[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:
KiruthikaJeyashankar
2024-11-07 23:57:29 +05:30
committed by GitHub
parent 1ad39cc2ec
commit 5149e1820d
5 changed files with 13 additions and 3 deletions

View File

@@ -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