Skip to content

Commit

Permalink
Apply Prettier Formatting Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi authored and github-actions[bot] committed Dec 20, 2024
1 parent 6544ec2 commit 978181f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/docs/DocForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function DocForm({ editFile = null, newFile = true }) {

const generateSubmitDescription = () => {
if (newFile) return null;

const latestVersion = editFile?.latestVersion || 1;
const newVersion = handleVersionNumbering(editFile);

Expand Down

0 comments on commit 978181f

Please sign in to comment.