From 8d5783525723df374276f66e7cf74fc8725e477d Mon Sep 17 00:00:00 2001 From: Donkoko Date: Wed, 24 Jul 2024 10:12:17 +0300 Subject: [PATCH 1/2] add PLN currency, migrations pending --- app/database/schema.prisma | 1 + 1 file changed, 1 insertion(+) diff --git a/app/database/schema.prisma b/app/database/schema.prisma index 32269bdcc..a820e3e67 100644 --- a/app/database/schema.prisma +++ b/app/database/schema.prisma @@ -571,6 +571,7 @@ enum Currency { HKD // Hong Kong Dollar SAR // Saudi Riyal AED // United Arab Emirates Dirham + PLN // Polish Zloty } enum InviteStatuses { From c97ba89efcaf2c474525c9c9fe406ea4f16331e1 Mon Sep 17 00:00:00 2001 From: Donkoko Date: Wed, 24 Jul 2024 10:19:42 +0300 Subject: [PATCH 2/2] docs fix --- docs/hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks.md b/docs/hooks.md index 492978fcc..9d0c22dcb 100644 --- a/docs/hooks.md +++ b/docs/hooks.md @@ -111,7 +111,7 @@ The hook returns an object with one property: ### Usage -Here's an example of how to use the `useFetcherWithReset` hook: +Here's an example of how to use the `useQrScanner` hook: ```typescript import { useQrScanner } from './useQrScanner';