Skip to content

Commit 0d1df4e

Browse files
committed
chore: remove unused prop
1 parent f441cf8 commit 0d1df4e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/ISSUE_TEMPLATE/suggest_wallet.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ body:
4848
description: Please provide a URL (e.g. to the website of the wallet).
4949
validations:
5050
required: true
51-
- type: input
52-
id: wallet_live_date
53-
attributes:
54-
label: When did the wallet go live to users?
55-
description: Please provide a date when the wallet was usable by the public
56-
validations:
57-
required: true
5851
- type: input
5952
id: wallet_active_development_team
6053
attributes:

src/lib/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ export interface WalletData {
503503
image: StaticImageData
504504
brand_color: string
505505
url: string
506-
wallet_live_date: string
507506
active_development_team: boolean
508507
languages_supported: string[]
509508
twitter: string

0 commit comments

Comments
 (0)