Skip to content

Commit

Permalink
Merge pull request #325 from TogetherCrew/feat/add-isFetchingIntialDa…
Browse files Browse the repository at this point in the history
…ta-flag

add is fetching inital data flag to show progress on fetch discord ch…
  • Loading branch information
mehdi-torabiv authored Jul 10, 2024
2 parents a085682 + 5f28528 commit d51792f
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 159 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function TcHivemindDiscordAnswering({
handleModuleConfigChange({
selectedChannels,
});
}, [selectedChannels, handleModuleConfigChange]);
}, [selectedChannels]);

return (
<div className='w-full md:w-1/2'>
Expand Down
Loading

0 comments on commit d51792f

Please sign in to comment.