Skip to content

Commit 2e0baac

Browse files
authored
Merge pull request KelvinTegelaar#4537 from KelvinTegelaar/dev
Dev to hotfix
2 parents 37a8d1f + 14dab3f commit 2e0baac

51 files changed

Lines changed: 3781 additions & 1411 deletions

File tree

Some content is hidden

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

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)