Skip to content
Snippets Groups Projects
Commit 07857c36 authored by Ina Martini's avatar Ina Martini
Browse files

fix: add savedAmount from profile

parent 968d1b70
No related branches found
No related tags found
3 merge requests!66Final merge,!57General cleanup of application,!4Pipeline fix
...@@ -15,6 +15,7 @@ export interface Profile { ...@@ -15,6 +15,7 @@ export interface Profile {
accountType?: string accountType?: string
balance?: number balance?: number
} }
savedAmount?: number
badges?: object[] badges?: object[]
hasPasskey?: boolean hasPasskey?: boolean
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment