Skip to content

Commit

Permalink
Fix main (#44747)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincbeck authored Dec 6, 2024
1 parent 4cad3c0 commit abb2fa7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions airflow/ui/src/layouts/Nav/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { Box, Flex, VStack, Link } from "@chakra-ui/react";
import { FiCornerUpLeft, FiDatabase, FiHome, FiSettings } from "react-icons/fi";

import { useVersionServiceGetVersion } from "openapi/queries";

import { AirflowPin } from "src/assets/AirflowPin";
import { DagIcon } from "src/assets/DagIcon";

Expand Down Expand Up @@ -89,4 +88,4 @@ export const Nav = () => {
</Flex>
</VStack>
);
}
};

0 comments on commit abb2fa7

Please sign in to comment.