Skip to content

Commit

Permalink
[MI-3835] Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ayusht2810 committed Dec 13, 2023
1 parent 8148700 commit bd45fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const App = ({registry, store}:{registry: PluginRegistry, store: Store<GlobalSta
serviceName: pluginApiServiceConfigs.whitelistUser.apiServiceName,
handleSuccess: () => {
const {presentInWhitelist} = whitelistUserData as WhitelistUserResponse;

// Register the channel header button and app bar if the user is a whitelist user
if (presentInWhitelist) {
const {_, toggleRHSPlugin} = registry.registerRightHandSidebarComponent(Rhs, <RhsTitle/>);
Expand Down

0 comments on commit bd45fc8

Please sign in to comment.