Skip to content

Commit

Permalink
chore: Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
m453h committed Nov 14, 2024
1 parent 886ba8a commit 50d00ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import applications from "#civicsignalblog/payload/lib/data/common/applications"

function CustomSelectComponent({ path, label }) {
const { user } = useAuth();
const { value, setValue } = useField<string>({ path });
const { value, setValue } = useField<string>({ path });
const [options, setOptions] = useState([]);

useEffect(() => {
Expand Down

0 comments on commit 50d00ed

Please sign in to comment.