Skip to content

Commit

Permalink
bug/9506-Binny-BlankAboutYouBoxFix (#9507)
Browse files Browse the repository at this point in the history
  • Loading branch information
dumathane authored Aug 30, 2024
1 parent 9e67daf commit 2f096e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VAMobile/src/components/Nametag/Nametag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const Nametag = () => {

return (
<Box>
{accessToMilitaryInfo && (
{accessToMilitaryInfo && branch !== '' && (
<Pressable {...pressableProps}>
<Box py={theme.dimensions.buttonPadding} pr={8} flexDirection="row" alignItems="center">
{getBranchSeal()}
Expand Down

0 comments on commit 2f096e7

Please sign in to comment.