import React from "react"; import list from "./data"; const colors = ['bg-white', 'bg-blue-200', 'bg-green-200', 'bg-red-200']; const statuses = ['کاری انجام نشده', 'در حال انجام', 'انجام شد', 'به مشکل خوردم']; function Bugs({}) { return (
Title | Description | Status | Developer |
---|---|---|---|
{bug.title}
|
{bug?.description}
|
{statuses[bug.status]} |
{bug?.developer}
|