Commit 5ae71ed4 authored by Chunchi Che's avatar Chunchi Che

update small

parent 0daf8f9b
Pipeline #20508 passed with stages
in 5 minutes and 43 seconds
import React, { useEffect, useState } from "react";
import { Timeline, TimelineItemProps } from "antd";
import { SettingOutlined } from "@ant-design/icons";
import { MessageOutlined } from "@ant-design/icons";
import { useAppSelector } from "../../hook";
import { selectChat } from "../../reducers/chatSlice";
......@@ -12,9 +12,9 @@ const DuelTimeLine = () => {
setItems((prev) =>
prev.concat([
{
dot: <SettingOutlined />,
dot: <MessageOutlined />,
children: chat,
color: "red",
color: "green",
},
])
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment