Skip to content

Commit

Permalink
fix: remove button differences
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Jan 3, 2024
1 parent f347d03 commit e398c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/public/src/components/listing/GetApplication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const GetApplication = (props: ApplicationsProps) => {
{props.applicationsOpen && props.onlineApplicationURL && (
<>
{disableApplyButton ? (
<Button className="w-full mb-2" disabled id={"listing-view-apply-button"}>
<Button disabled className="w-full mb-2" data-testid={"listing-view-apply-button"}>
{props.strings?.applyOnline ?? t("listings.apply.applyOnline")}
</Button>
) : (
Expand Down

0 comments on commit e398c77

Please sign in to comment.