Skip to content

Commit

Permalink
chore(mosip#607): [Bhargavi] change hided to hidden in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PuBHARGAVI committed Mar 9, 2023
1 parent ec379e7 commit 2313dd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion screens/Profile/Credits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Button, Text, Row, Column } from '../../components/ui';
import { Theme } from '../../components/ui/styleUtils';
import creditsContent from '../../Credits.md';

// Intentionally hided using {display:'none'} - Refer mosip/inji/issue#607
// Intentionally hidden using {display:'none'} - Refer mosip/inji/issue#607
export const Credits: React.FC<CreditsProps> = (props) => {
const { t } = useTranslation('Credits');
const [isViewing, setIsViewing] = useState(false);
Expand Down
4 changes: 2 additions & 2 deletions screens/Profile/ProfileScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const ProfileScreen: React.FC<MainRouteProps> = (props) => {
onEdit={controller.UPDATE_NAME}
Icon="user"
/>
{/* Intentionally hided using {display='none'} - Refer mosip/inji/issue#607 */}
{/* Intentionally hidden using {display='none'} - Refer mosip/inji/issue#607 */}
<EditableListItem
label={t('vcLabel')}
value={controller.vcLabel.singular}
Expand Down Expand Up @@ -108,7 +108,7 @@ export const ProfileScreen: React.FC<MainRouteProps> = (props) => {
color={Theme.Colors.profileValue}
/>
</ListItem>
{/* Intentionally hided using {display:'none'} - Refer mosip/inji/issue#607 */}
{/* Intentionally hidden using {display:'none'} - Refer mosip/inji/issue#607 */}
<ListItem bottomDivider disabled style={{ display: 'none' }}>
<Icon
name="unlock"
Expand Down
2 changes: 1 addition & 1 deletion screens/Profile/Revoke.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OIDcAuthenticationOverlay } from '../../components/OIDcAuthModal';
import { useTranslation } from 'react-i18next';
import { useRevoke } from './RevokeController';

// Intentionally hided using {display:'none'} - Refer mosip/inji/issue#607
// Intentionally hidden using {display:'none'} - Refer mosip/inji/issue#607
export const Revoke: React.FC<RevokeScreenProps> = (props) => {
const controller = useRevoke();
const { t } = useTranslation('ProfileScreen');
Expand Down

0 comments on commit 2313dd2

Please sign in to comment.