Skip to content

Commit

Permalink
chore: preventing empty pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Oct 9, 2023
1 parent d5c3ddc commit 570c1f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/forum/src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,5 @@ const InnerApp = () => {
</>
);
};

// prevenging empty pushes

0 comments on commit 570c1f0

Please sign in to comment.