diff options
-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(); - } } |