Skip to content

Commit

Permalink
ui validate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-annon committed Dec 4, 2024
1 parent e627391 commit b71f726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/v2.5/src/utils/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const makePerformerImagesUrl = (
export interface INamedObject {
id: string;
name?: string;
sort_name?: string;
sort_name?: string | null;
}

const makePerformerGalleriesUrl = (
Expand Down

0 comments on commit b71f726

Please sign in to comment.