chore: suit eslint rules
This commit is contained in:
@@ -12,7 +12,7 @@ type AppFlowRowProps = {
|
||||
flow: any;
|
||||
}
|
||||
|
||||
function AppFlowRow(props: AppFlowRowProps) {
|
||||
function AppFlowRow(props: AppFlowRowProps): React.ReactElement {
|
||||
const { flow } = props;
|
||||
|
||||
return (
|
||||
|
@@ -11,7 +11,7 @@ export const CardContent = styled(MuiCardContent)(({ theme }) => ({
|
||||
}));
|
||||
|
||||
|
||||
export const Typography = styled(MuiTypography)(({ theme }) => ({
|
||||
export const Typography = styled(MuiTypography)(() => ({
|
||||
display: 'inline-block',
|
||||
width: 300,
|
||||
maxWidth: '50%',
|
||||
|
Reference in New Issue
Block a user