-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work page #29
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
==========================================
+ Coverage 89.88% 93.44% +3.56%
==========================================
Files 25 31 +6
Lines 178 229 +51
Branches 15 19 +4
==========================================
+ Hits 160 214 +54
+ Misses 18 15 -3 ☔ View full report in Codecov by Sentry. |
… event on the Tab
To be completed in #30
const [value, setValue] = useState(0); | ||
|
||
const handleChange: TabsOnChange = (_, newValue) => { | ||
setValue(newValue); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test will be completed in separate task #30
Resolves #3