Skip to content

Commit

Permalink
Fix typo in inaccessible
Browse files Browse the repository at this point in the history
  • Loading branch information
enzowritescode committed Jul 24, 2024
1 parent 7d53cf5 commit 93c7827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/redux.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function setupRedux(registry: any, store: WebappStore) {
handler: makeCallsPostButtonClickedHandler(store.dispatch),
});

// This is a workaround for a bug where the the RHS was inaccessable to
// This is a workaround for a bug where the RHS was inaccessible to
// users that where not system admins. This is unable to be fixed properly
// because the Webapp does not export the AdvancedCreateComment directly.
// #120 filed to remove this workaround.
Expand Down

0 comments on commit 93c7827

Please sign in to comment.