Skip to content

Commit 1bd190a

Browse files
committed
prettier
1 parent 642d7e9 commit 1bd190a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

frontend/src/components/pages/rating-form.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ export const RatingForm = ({
7777
style={{ flex: 1, textAlign: "right" }}
7878
sx={{ cursor: "help" }}
7979
>
80-
<Tooltip title={criterion.description}>
81-
{criterion.title}
82-
</Tooltip>
80+
<Tooltip title={criterion.description}>{criterion.title}</Tooltip>
8381
</Typography>
8482
<FormControl component="fieldset">
8583
<RadioGroup

0 commit comments

Comments
 (0)