Skip to content

Commit

Permalink
feat: enable affiliate tab
Browse files Browse the repository at this point in the history
  • Loading branch information
painiteleo authored and painiteleo committed Aug 5, 2024
1 parent 00bbda6 commit f966e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/admin/dashboard/AdminDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export const AdminDashboard: FC = () => {
)}
{!isLoading && tableRows.length === 0 && (
<p className="col-span-4 my-10 block w-full text-center text-lg font-semibold text-fg/60">
No Search Result.
No Search Result
</p>
)}
{tableRows.map((row, rowIndex) =>
Expand Down

0 comments on commit f966e5a

Please sign in to comment.