Skip to content

Commit

Permalink
fix: remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Jun 5, 2024
1 parent 212ac34 commit 75216c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/my-ads/screens/CreateEditAd/CreateEditAd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const CreateEditAd = () => {
const { data: p2pSettings } = api.settings.useSettings();
const { order_payment_period: orderPaymentPeriod } = p2pSettings ?? {};
const { data: createResponse, error, isError, isSuccess, mutate } = api.advert.useCreate();

const {
error: updateError,
isError: isUpdateError,
Expand Down

0 comments on commit 75216c9

Please sign in to comment.