fix don't let tag spend logs raise an error on usage tab

This commit is contained in:
Ishaan Jaff 2024-05-16 13:37:38 -07:00
parent 7b2e210c7b
commit 0fbe12ef3d

View file

@ -675,7 +675,6 @@ export const tagsSpendLogsCall = async (
});
if (!response.ok) {
const errorData = await response.text();
message.error(errorData, 10);
throw new Error("Network response was not ok");
}