Skip to content

Commit 713feda

Browse files
yaml editor extra line remove
1 parent 3d47fa9 commit 713feda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/YamlEditor/YamlEditor.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ reviews:
3030
drafts: false
3131
chat:
3232
auto_reply: true
33-
3433
`;
3534
export default function YamlEditor() {
3635
const [value, setValue] = useState(initialValue);

0 commit comments

Comments
 (0)