Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshioke-Salaki committed Dec 2, 2024
1 parent 3c11e18 commit 4c8b271
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import DatePicker from 'react-datepicker';
import 'react-datepicker/dist/react-datepicker.css';
import { getRegisteredProductsByManufacturer } from '@/services/apiService';


type ProductDetails = {
product_id: string;
name: string;
Expand Down Expand Up @@ -358,7 +357,7 @@ const Dashboard = ({ manufacturerId }: { manufacturerId: string }) => {
))}
</>
) : (
<div className='text-center'>No products found.</div>
<div className="text-center">No products found.</div>
)}
</tbody>
</table>
Expand Down

0 comments on commit 4c8b271

Please sign in to comment.