Skip to content

Commit

Permalink
Fixed problems on render dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dyatlov-a committed Sep 24, 2024
1 parent ee4a53f commit 833fd3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

protected override async Task OnParametersSetAsync()
{
if (_botId != BotId || _teamId != TeamId)
if (_botId != BotId || _teamId != TeamId || (_botId is null && _teamId is null))
{
_botId = BotId;
_teamId = TeamId;
Expand Down

0 comments on commit 833fd3c

Please sign in to comment.