Skip to content

Commit

Permalink
Merge pull request #1205 from Shelf-nu/1201-feature-request-add-pln-t…
Browse files Browse the repository at this point in the history
…o-list-of-currencies

feat: add PLN to list of currencies
  • Loading branch information
DonKoko authored Jul 25, 2024
2 parents 40b518d + 1663422 commit 444840b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/database/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ enum Currency {
HKD // Hong Kong Dollar
SAR // Saudi Riyal
AED // United Arab Emirates Dirham
PLN // Polish Zloty
}

enum InviteStatuses {
Expand Down
2 changes: 1 addition & 1 deletion docs/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 444840b

Please sign in to comment.