diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-18 01:11:08 -0400 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-18 01:11:08 -0400 |
commit | 2f73d8451610830d148b3cf58bd1aa6fea15cd21 (patch) | |
tree | 2967cddc6ba1c51bc724bf29c029873c3d3d92e0 | |
parent | a5046e6bf22308ae516ef6d7abb5ae8709e925db (diff) | |
parent | a5b811ab467a2225aa316be0e62f661fad2080d2 (diff) | |
download | JellySolutions-2f73d8451610830d148b3cf58bd1aa6fea15cd21.tar.gz JellySolutions-2f73d8451610830d148b3cf58bd1aa6fea15cd21.tar.bz2 JellySolutions-2f73d8451610830d148b3cf58bd1aa6fea15cd21.zip |
Merge branch 'funding_basket' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b-jellysolutions into funding_basket
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.ts b/ufund-ui/src/app/components/need-list/need-list.component.ts index fb09632..0e808dc 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.ts +++ b/ufund-ui/src/app/components/need-list/need-list.component.ts @@ -24,7 +24,7 @@ export class NeedListComponent { ngOnInit(): void { this.refresh() - // this.close(); + this.close(); } private showElement(element: any) { |