-
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
Presun Diskusie do Dialogu #452
Conversation
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.
asi ok, bude prekvapko 😄
src/components/Problems/Problems.tsx
Outdated
closeDiscussion={() => setDisplaySideContent({type: '', problemId: -1, problemNumber: -1})} | ||
problemId={displayDiscussion.problemId} | ||
problemNumber={displayDiscussion.problemNumber} | ||
closeDiscussion={() => setDisplayDiscussion({type: '', problemId: -1, problemNumber: -1})} |
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.
() => setDisplayDiscussion({type: '', problemId: -1, problemNumber: -1})
by som extrahoval, kedze je to pouzite dvakrat
src/components/Problems/Problems.tsx
Outdated
@@ -18,8 +19,8 @@ import {Dialog} from '../Dialog/Dialog' | |||
import {Loading} from '../Loading/Loading' | |||
import {LoginForm} from '../PageLayout/LoginForm/LoginForm' | |||
import {Discussion} from './Discussion' | |||
// import styles from './Discussion.module.scss' |
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.
dajaky bordel, a unused veci tu a hlavne aj v Discussion.tsx
resolve #401