Skip to content

Commit

Permalink
Update submit-page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
plebeius-eth committed May 4, 2024
1 parent e946b42 commit 22de5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/submit-page/submit-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const Submit = () => {
const location = useLocation();
const isInSubmitView = isSubmitView(location.pathname);

const { title, content, link, spoiler, subplebbitAddress, publishCommentOptions, setSubmitStore, resetSubmitStore } = useSubmitStore();
const { title, content, link, subplebbitAddress, publishCommentOptions, setSubmitStore, resetSubmitStore } = useSubmitStore();
const { index, publishComment } = usePublishComment(publishCommentOptions);
const { subscriptions } = account || {};
const defaultSubplebbitAddresses = useDefaultSubplebbitAddresses();
Expand Down

0 comments on commit 22de5d0

Please sign in to comment.