Skip to content

Commit e08a897

Browse files
chore: remove inline and block comments in ValidationFlow.tsx (#223)
1 parent 04514a2 commit e08a897

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/project/ValidationFlow.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ValidationFlow: React.FC<ValidationFlowProps> = ({ project, onVote }) => {
3636
const [daysLeft] = useState(12);
3737
const [expandedMilestones, setExpandedMilestones] = useState<number[]>([]);
3838

39-
// Wallet protection hook
39+
4040
const {
4141
requireWallet,
4242
showWalletModal,
@@ -210,7 +210,7 @@ const ValidationFlow: React.FC<ValidationFlowProps> = ({ project, onVote }) => {
210210

211211
<CommentModal
212212
onCommentSubmit={comment => {
213-
// eslint-disable-next-line no-console
213+
214214
console.log('Comment submitted:', comment);
215215
}}
216216
>
@@ -289,7 +289,7 @@ const ValidationFlow: React.FC<ValidationFlowProps> = ({ project, onVote }) => {
289289
</div>
290290
</div>
291291

292-
{/* Wallet Required Modal */}
292+
293293
<WalletRequiredModal
294294
open={showWalletModal}
295295
onOpenChange={closeWalletModal}

0 commit comments

Comments
 (0)