nicolium: remove console.log
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -63,7 +63,6 @@ const TrendsColumn: React.FC<ITrendsColumn> = ({ type, multiColumn }) => {
|
||||
isLoading = isLoadingAccounts;
|
||||
placeholderComponent = PlaceholderAccount;
|
||||
|
||||
console.log(accounts, isFetching, isLoading);
|
||||
if (!isFetching && !isLoading && accounts?.length === 0) {
|
||||
children = [
|
||||
<EmptyMessage
|
||||
|
||||
Reference in New Issue
Block a user