nicolium: remove console.log

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-19 06:33:39 +01:00
parent 1343d2888f
commit 7c17c1eb15

View File

@ -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