Some design

This commit is contained in:
Eric Bailey
2024-12-08 17:49:42 -06:00
parent 9e65f7151c
commit be2606ea9d
7 changed files with 173 additions and 141 deletions
@@ -20,6 +20,7 @@ export function usePurchaseOffering() {
return useMutation<void, Error | ReceiptAlreadyInUseError, Params>({
async mutationFn({did, email, offering}: Params) {
console.log(offering)
if (offering.platform === PlatformId.Web) {
throw new Error('Unsupported platform')
}