Skip to content

Commit

Permalink
fix(aoo): fix lint-js error (#13742)
Browse files Browse the repository at this point in the history
* fix(app): fix lint-js error
  • Loading branch information
koji authored Oct 9, 2023
1 parent 2fd0ecf commit 9342034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function useProtocolReceiptToast(): void {
{
closeButton: true,
disableTimeout: true,
displayType: 'odd'
displayType: 'odd',
}
)
})
Expand Down

0 comments on commit 9342034

Please sign in to comment.