Conversation
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThe PR removes unnecessary Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (5)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-07-03T03:08:03.290ZApplied to files:
🔇 Additional comments (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
* Remove unnecessary zero fractions from number literals * Fix: remove unnecessary zero fractions across the codebase
* Remove unnecessary zero fractions from number literals * Fix: remove unnecessary zero fractions across the codebase



Resolves #3222
This PR addresses the issue reported in #3222.
All similar cases across the codebase have been fixed to ensure consistency and proper functionality.
Changes include:
Fixed the specific bug/issue mentioned in #3222.
Reviewed and corrected similar instances throughout the project(frontend).
Ensured that the code follows the existing coding standards and passes all validations.