mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(lint): remove extra empty lines
This commit is contained in:
parent
67200b609d
commit
9096ea81cd
@ -6,8 +6,6 @@
|
|||||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import { Box, CircularProgress, Input, styled } from "@mui/material";
|
import { Box, CircularProgress, Input, styled } from "@mui/material";
|
||||||
import randomSeed from "random-seed";
|
import randomSeed from "random-seed";
|
||||||
import { FC, useCallback, useEffect, useMemo, useRef, useState } from "react";
|
import { FC, useCallback, useEffect, useMemo, useRef, useState } from "react";
|
||||||
@ -211,7 +209,7 @@ const Selectable: FC<SelectableProps> = ({
|
|||||||
endAdornment={
|
endAdornment={
|
||||||
loading ? (
|
loading ? (
|
||||||
<CircularProgress
|
<CircularProgress
|
||||||
size={20}
|
size={20}
|
||||||
style={{
|
style={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
right: 0,
|
right: 0,
|
||||||
@ -219,7 +217,7 @@ const Selectable: FC<SelectableProps> = ({
|
|||||||
transform: "translateY(-20%)",
|
transform: "translateY(-20%)",
|
||||||
backgroundColor: "rgba(255, 255, 255, 0.7)",
|
backgroundColor: "rgba(255, 255, 255, 0.7)",
|
||||||
borderRadius: "50%",
|
borderRadius: "50%",
|
||||||
}}
|
}}
|
||||||
aria-label="Loading..."
|
aria-label="Loading..."
|
||||||
/>
|
/>
|
||||||
) : null
|
) : null
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import AddIcon from "@mui/icons-material/Add";
|
import AddIcon from "@mui/icons-material/Add";
|
||||||
import Check from "@mui/icons-material/Check";
|
import Check from "@mui/icons-material/Check";
|
||||||
import DeleteIcon from "@mui/icons-material/Delete";
|
import DeleteIcon from "@mui/icons-material/Delete";
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
import { ReactElement } from "react";
|
import { ReactElement } from "react";
|
||||||
|
|
||||||
import { Inbox } from "@/components/inbox";
|
import { Inbox } from "@/components/inbox";
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
import InboxPage from "../..";
|
import InboxPage from "../..";
|
||||||
|
|
||||||
export default InboxPage;
|
export default InboxPage;
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
import InboxPage from "../..";
|
import InboxPage from "../..";
|
||||||
|
|
||||||
export default InboxPage;
|
export default InboxPage;
|
||||||
|
Loading…
Reference in New Issue
Block a user