Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
likawind committed May 22, 2023
1 parent bcd8cb0 commit a33ca01
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ export const VersionSelector: React.FC<Props> = ({ apiKey }) => {
(r) => r.id === dagResultId
)[0];
const [menuAnchor, setMenuAnchor] = useState<HTMLButtonElement | null>(null);
if (!dagResults) {
return null;
}

const getMenuItems = () => {
if (!dagResults || dagResults.length === 0) {
Expand Down

0 comments on commit a33ca01

Please sign in to comment.