Skip to content

Commit

Permalink
fix: update quotes to match prettier config
Browse files Browse the repository at this point in the history
Co-Authored-By: Rami Abdou <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and ramiAbdou committed Jan 4, 2025
1 parent ef40099 commit 44b042d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/modules/compensation/offers.ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export function OfferRelocationField({
export function OfferRoleField({
defaultValue,
error,
placeholderText = "Software Engineer Intern", // default if not provided
placeholderText = 'Software Engineer Intern', // default if not provided
}: Omit<FieldProps<string>, 'name'> & { placeholderText?: string }) {
return (
<Field error={error} label="Role" labelFor="role" required>
Expand Down

0 comments on commit 44b042d

Please sign in to comment.