Skip to content

Commit 3a0de64

Browse files
committed
fix small ui issues
Signed-off-by: Adam Setch <[email protected]>
1 parent 45e75e7 commit 3a0de64

File tree

3 files changed

+58
-66
lines changed

3 files changed

+58
-66
lines changed

src/renderer/components/notifications/NotificationFooter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ export const NotificationFooter: FC<INotificationFooter> = ({
4040
data-testid="view-profile"
4141
/>
4242
) : (
43-
<span>
43+
<>
4444
{notification.subject.type === 'RepositoryDependabotAlertsThread' ||
4545
notification.subject.type === 'RepositoryVulnerabilityAlert' ? (
4646
<MarkGithubIcon size={Size.SMALL} />
4747
) : (
4848
<FeedPersonIcon size={Size.SMALL} className={IconColor.GRAY} />
4949
)}
50-
</span>
50+
</>
5151
)}
5252
<span
5353
className={cn('text-xs capitalize', Opacity.MEDIUM)}

src/renderer/components/notifications/__snapshots__/AccountNotifications.test.tsx.snap

Lines changed: 28 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/components/notifications/__snapshots__/NotificationFooter.test.tsx.snap

Lines changed: 28 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)