Skip to content

Commit 17b0288

Browse files
authored
Merge pull request #12 from KelvinTegelaar/main
[pull] main from KelvinTegelaar:main
2 parents e02973f + 2e0baac commit 17b0288

File tree

51 files changed

+3781
-1411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3781
-1411
lines changed

public/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "8.3.0"
3-
}
2+
"version": "8.3.1"
3+
}

src/components/CippCards/CippExchangeInfoCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const CippExchangeInfoCard = (props) => {
6060
</Stack>
6161
}
6262
/>
63-
{exchangeData?.BlockedForSpam ? (
63+
{exchangeData?.BlockedForSpam === true ? (
6464
<Alert severity="warning" sx={{ mx: 2, mt: 2, mb: 2 }}>
6565
This mailbox is currently blocked for spam.
6666
</Alert>

0 commit comments

Comments
 (0)