aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-18 15:33:43 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-18 15:33:43 -0400
commit080f7ce14770dd8b6bc893160afd357fada883b2 (patch)
treeada0fb4d8cdadcb2f026d170d626ac2ef6c69e46
parentee8d4db34e95095793e27c53d8d4033ab2496fed (diff)
downloadJellySolutions-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.ts3
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();
- }
}