Skip to content

Commit

Permalink
Merge pull request #557 from ertush/fallback-for-facilities-page-fix
Browse files Browse the repository at this point in the history
Modified facilities/approve_reject/[id].js
  • Loading branch information
ertush authored Dec 2, 2024
2 parents 410ae72 + d2740cc commit 1988491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/facilities/approve_reject/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function ApproveReject(props) {
</div>

<div className="flex flex-wrap gap-3 items-center justify-end col-span-6 md:col-span-2">
<div className="flex flex-col flex-wrap gap-3 w-full items-start md:items-center justify-start md:justify-center">
<div className="flex md:flex-row flex-col flex-wrap gap-3 w-full items-start md:items-center justify-start md:justify-center">
{facility?.operational || facility?.operation_status_name ? (
<span
className={
Expand Down

0 comments on commit 1988491

Please sign in to comment.