Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bensigo committed Oct 12, 2023
1 parent 9bed6fa commit 76bb64f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/quest/components/Chat.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
import React, { useEffect, useRef, useState } from "react";
import {
Box,
Expand Down Expand Up @@ -44,7 +45,7 @@ const CompleteButton: React.FC<CompleteButtonProps> = ({ onClick }) => (
);

interface ChatMessageProps {
message: Message;
message: any;
index: number;
}

Expand Down

0 comments on commit 76bb64f

Please sign in to comment.