@@ -82,7 +82,7 @@ const InfoBar: React.FC = ({ device }) => { marginRight: '80px', }} > - {daysLeft != null && daysLeft <= 3 ? : null} + {daysLeft != null ? : null}