last fixes, home and videos
This commit is contained in:
@@ -133,7 +133,7 @@ const SearchResultsList = ({
|
||||
|
||||
const shouldShowPlaybacks =
|
||||
(!selected && (playbacks.length > 0 || playbacksLoading)) ||
|
||||
selected === "Playbacks";
|
||||
selected === "Playback";
|
||||
|
||||
const shouldShowUsers =
|
||||
(!selected && (users.length > 0 || usersLoading)) || selected === "Profils";
|
||||
|
||||
Reference in New Issue
Block a user