Skip to content

Commit

Permalink
minor ui update.
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekshourya29 committed Aug 18, 2024
1 parent 250b63a commit 6439b65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const IssueParentSiblings: FC<TIssueParentSiblings> = observer((props) =>
const subIssueIds = (parentIssue && subIssuesByIssueId(parentIssue.id)) || undefined;

return (
<div>
<div className="my-1">
{isLoading ? (
<div className="flex items-center gap-2 whitespace-nowrap px-1 py-1 text-left text-xs text-custom-text-200">
Loading
Expand Down

0 comments on commit 6439b65

Please sign in to comment.