Skip to content

Commit

Permalink
Fix build validation failures
Browse files Browse the repository at this point in the history
- 'useEffect' was defined but never used
  • Loading branch information
rohit-lakhanpal committed Aug 26, 2023
1 parent e0e1059 commit d85ae36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/pages/Completions.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { ReactElement, FC, useState, useEffect } from "react";
import React, { ReactElement, FC, useState } from "react";
import {
Alert,
Box,
Expand Down

0 comments on commit d85ae36

Please sign in to comment.