-
Notifications
You must be signed in to change notification settings - Fork 4
feat(preview): #FOR-917,918,923,924,925,926 make preview of same question types #552
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
Conversation
| import { IRespondQuestionTypesProps } from "../types"; | ||
|
|
||
| export const RespondQuestionDate: FC<IRespondQuestionTypesProps> = ({ question }) => { | ||
| console.log(question); |
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.
on se servira plus tard de la question donc pour éviter unused ts error
| import { IRespondQuestionTypesProps } from "../types"; | ||
|
|
||
| export const RespondQuestionTime: FC<IRespondQuestionTypesProps> = ({ question }) => { | ||
| console.log(question); |
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.
on se servira plus tard de la question donc pour éviter unused ts error
| const marks = [ | ||
| cursorMinVal != null && { value: cursorMinVal, label: cursorMinVal }, | ||
| cursorMaxVal != null && { value: cursorMaxVal, label: cursorMaxVal }, | ||
| ].filter((mark): mark is { value: number; label: number } => Boolean(mark)); |
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.
😮 🔥
Describe your changes
Issue ticket number and link
Checklist before requesting a review (magic string, indentation, comment/documentation...)