Replace the line in the vendor/mirasvit/module-rewards/src/Rewards/Helper/Balance/Earn.php
file:
$currentTier = $this->customerSession->getCustomer()->getData(TierInterface::CUSTOMER_KEY_TIER_ID);
with the following one:
$currentTier = intval($this->customerSession->getCustomer()->getData(TierInterface::CUSTOMER_KEY_TIER_ID));