renames
This commit is contained in:
@ -69,7 +69,7 @@ export default function CartEventPage({ items, locations }: ICartEventPageProps)
|
||||
{item.shiftDuration}
|
||||
</td>
|
||||
<td className="px-6 py-4 whitespace-nowrap">
|
||||
{item.isactive ? "Yes" : "No"}
|
||||
{item.isActive ? "Yes" : "No"}
|
||||
</td>
|
||||
<td>
|
||||
<button className="button bg-blue-500 hover:bg-blue-700"
|
||||
|
Reference in New Issue
Block a user