From d5f3c2fa2f466d73b469df0718926e967cff169b Mon Sep 17 00:00:00 2001 From: sylenien Date: Thu, 27 Oct 2022 14:50:04 +0200 Subject: [PATCH] fix(ui): hide most recent calls line if there are no tags --- frontend/app/components/Errors/Error/MainSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Errors/Error/MainSection.js b/frontend/app/components/Errors/Error/MainSection.js index 06509d221..d65c884cb 100644 --- a/frontend/app/components/Errors/Error/MainSection.js +++ b/frontend/app/components/Errors/Error/MainSection.js @@ -123,7 +123,7 @@ export default class MainSection extends React.PureComponent { - {error.customTags ? ( + {error.customTags.length > 0 ? (
More Info (most recent call)