mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
@@ -49,17 +49,16 @@ export const MyVcsTab: React.FC<HomeScreenTabProps> = (props) => {
|
||||
onPress={controller.VIEW_VC}
|
||||
/>
|
||||
))}
|
||||
|
||||
<Column elevation={2} margin="10 2 0 2">
|
||||
<Button
|
||||
type="clear"
|
||||
disabled={controller.isRefreshingVcs}
|
||||
title={t('addVcButton', {
|
||||
vcLabel: controller.vcLabel.singular,
|
||||
})}
|
||||
onPress={controller.ADD_VC}
|
||||
/>
|
||||
</Column>
|
||||
</Column>
|
||||
<Column elevation={2} margin="10 2 0 2">
|
||||
<Button
|
||||
type="clear"
|
||||
disabled={controller.isRefreshingVcs}
|
||||
title={t('addVcButton', {
|
||||
vcLabel: controller.vcLabel.singular,
|
||||
})}
|
||||
onPress={controller.ADD_VC}
|
||||
/>
|
||||
</Column>
|
||||
</React.Fragment>
|
||||
)}
|
||||
|
||||
4
types/global/index.d.ts
vendored
Normal file
4
types/global/index.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module '*.md' {
|
||||
const value: string;
|
||||
export default value;
|
||||
}
|
||||
Reference in New Issue
Block a user