-
Notifications
You must be signed in to change notification settings - Fork 23
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
WIP - Card List #148
base: master
Are you sure you want to change the base?
WIP - Card List #148
Conversation
import { Customer } from '../generated'; | ||
import SimpleCard from './Simplecard'; |
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.
please, prefer named imports
<Card className={classes.root}> | ||
<CardContent> | ||
<Typography variant="h5" component="h2"> | ||
{customer_name} |
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.
please check the issue there is title
and subheader
Nice start. Please continue with "write script that applies refactoring rules" (issue is referring to lowcode/packages/react-lowcode/src/codegen/generation/generators/template/template-resolver.ts) and do not forget to write jest test for your implementation |
Fixed bugs that caused application to not work properly.