From 02858a9af74b5f564b882adf38391dd3a1f5126c Mon Sep 17 00:00:00 2001 From: benal01 Date: Tue, 18 Mar 2025 00:01:16 -0400 Subject: add need to basket --- ufund-ui/src/app/components/need-list/need-list.component.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ufund-ui/src/app/components/need-list/need-list.component.html') diff --git a/ufund-ui/src/app/components/need-list/need-list.component.html b/ufund-ui/src/app/components/need-list/need-list.component.html index 07f6735..fce6377 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.html +++ b/ufund-ui/src/app/components/need-list/need-list.component.html @@ -14,6 +14,7 @@ {{need.name}} + @@ -23,4 +24,5 @@ {{need.name}} + -- cgit v1.2.3 From fad716f3df7f984b733ea073dec4db299d4ce08e Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Tue, 18 Mar 2025 07:46:46 -0400 Subject: Commented out bugged lines --- ufund-ui/src/app/components/need-list/need-list.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ufund-ui/src/app/components/need-list/need-list.component.html') diff --git a/ufund-ui/src/app/components/need-list/need-list.component.html b/ufund-ui/src/app/components/need-list/need-list.component.html index fce6377..4a67dfa 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.html +++ b/ufund-ui/src/app/components/need-list/need-list.component.html @@ -14,7 +14,7 @@ {{need.name}} - + @@ -24,5 +24,5 @@ {{need.name}} - + -- cgit v1.2.3