diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 15:33:43 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 15:33:43 -0400 |
commit | 080f7ce14770dd8b6bc893160afd357fada883b2 (patch) | |
tree | ada0fb4d8cdadcb2f026d170d626ac2ef6c69e46 | |
parent | ee8d4db34e95095793e27c53d8d4033ab2496fed (diff) | |
download | JellySolutions-080f7ce14770dd8b6bc893160afd357fada883b2.tar.gz JellySolutions-080f7ce14770dd8b6bc893160afd357fada883b2.tar.bz2 JellySolutions-080f7ce14770dd8b6bc893160afd357fada883b2.zip |
Removed old back button
-rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.ts b/ufund-ui/src/app/components/dashboard/dashboard.component.ts index 48c5894..d3dc1d8 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.ts +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.ts @@ -9,7 +9,4 @@ import { Component } from '@angular/core'; export class DashboardComponent { constructor() {} - back() { - window.history.back(); - } } |