From f9232ab5b16f9ff241e77fe5a1b4823020ea695d Mon Sep 17 00:00:00 2001 From: Marcelo Salloum dos Santos Date: Tue, 27 Aug 2024 10:07:56 -0700 Subject: [PATCH] Use tripple-equals assertion Co-authored-by: Iveta --- src/components/DisbursementDetails/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DisbursementDetails/index.tsx b/src/components/DisbursementDetails/index.tsx index f83f3d8..1182840 100644 --- a/src/components/DisbursementDetails/index.tsx +++ b/src/components/DisbursementDetails/index.tsx @@ -332,7 +332,7 @@ export const DisbursementDetails: React.FC = ({ {walletAssets ?.filter((wa: ApiAsset) => { // Check for the default native asset - if (wa.code == "XLM" && wa.issuer == "") { + if (wa.code === "XLM" && wa.issuer === "") { return true; } // Check that the asset is a non-native asset that has a distribution account balance