Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
asharonbaltazar authored Sep 26, 2024
1 parent 0b2c947 commit 5e8f4a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions react-app/src/components/ActionForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,7 @@ export const ActionForm = <Schema extends SchemaWithEnforcableProps>({
const poller = documentPoller(documentPollerId, documentChecker);
await poller.startPollingData();

const formOrigins = getFormOrigin({
authority,
id,
});
const formOrigins = getFormOrigin({ authority, id });
banner({
...bannerPostSubmission,
pathnameToDisplayOn: formOrigins.pathname,
Expand Down

0 comments on commit 5e8f4a5

Please sign in to comment.