remove stray comment

This commit is contained in:
Mary Kate Fain 2025-02-12 15:53:10 -06:00
parent 6b8caa0ee9
commit ccd73bcf24
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ const StreakModal: React.FC<IStreakModal> = ({ onClose }) => {
const intl = useIntl();
if (!account) return null;
// const streakCount = account ? shortNumberFormat(account.ditto.streak.days) : 0;
return (
<Modal
title={