[offers][chore] remove commented out code

pull/376/head
Stuart Long Chay Boon 2 years ago
parent 1dd083e236
commit 5034a4dace

@ -3,16 +3,6 @@ import React, { useState } from 'react';
import { trpc } from '~/utils/trpc';
function Test() {
// F const data = trpc.useQuery([
// 'offers.profile.',
// {
// limit: 3,
// location: 'Singapore, Singapore',
// offset: 0,
// yoeCategory: 0,
// },
// ]);
const [createdData, setCreatedData] = useState('');
const [error, setError] = useState("");

Loading…
Cancel
Save