Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Oct 23, 2024
1 parent 3dd85f4 commit ec5a01d
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 121 deletions.
3 changes: 2 additions & 1 deletion src/Components/Shifting/ShiftDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
SHIFTING_CHOICES_PEACETIME,
SHIFTING_CHOICES_WARTIME,
} from "../../Common/constants";

import { Link, navigate } from "raviger";
import { useState } from "react";
import ButtonV2 from "../Common/components/ButtonV2";
Expand Down Expand Up @@ -506,7 +507,7 @@ export default function ShiftDetails(props: { id: string }) {
title={t("shifting_details")}
backUrl="/shifting/board"
options={
<div className="flex flex-col gap-2·md:flex-row">
<div className="gap-2 md:flex-row flex flex-col">
<ButtonV2
tooltip={
["COMPLETED", "CANCELLED"].includes(data?.status || "")
Expand Down
Loading

0 comments on commit ec5a01d

Please sign in to comment.