Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 7, 2024
1 parent e2de248 commit 5bceca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/textAreaComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function TextAreaComponent({
"w-full",
"resize-none",
)}
rows={Math.min(3,value.split("\n").length)}
rows={Math.min(3, value.split("\n").length)}
placeholder={"Type something..."}
onChange={(event) => {
onChange(event.target.value);
Expand Down

0 comments on commit 5bceca0

Please sign in to comment.