Skip to content

Commit a1064b0

Browse files
committed
test files save without formatting
1 parent 2f3c1cd commit a1064b0

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

apps/roam/src/components/results-view/Kanban.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
// Design inspiration from Trello
2-
import React, {
3-
useCallback,
4-
useEffect,
5-
useMemo,
6-
useRef,
7-
useState,
8-
} from "react";
2+
import React, { useCallback, useEffect, useMemo, useRef, useState} from "react";
93
import { Column, Result } from "~/utils/types";
104
import { Button, Icon, InputGroup, Popover } from "@blueprintjs/core";
115
import Draggable, { DraggableData, DraggableEvent } from "react-draggable";

apps/roam/src/components/results-view/Timeline.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const Timeline: React.FunctionComponent<TimelineProps> = ({
117117
selection.
118118
</p>
119119
) : (
120-
<VerticalTimeline layout={"2-columns"} className={"mt-1"}>
120+
<><VerticalTimeline layout={"2-columns"} className={"mt-1"}>
121121
<style>{`.vertical-timeline-element-body > .rm-block > .rm-block-main {
122122
display: none;
123123
}
@@ -136,7 +136,7 @@ const Timeline: React.FunctionComponent<TimelineProps> = ({
136136
key={`${t.uid}-${t.date}`}
137137
/>
138138
))}
139-
</VerticalTimeline>
139+
</VerticalTimeline></>
140140
);
141141
};
142142

0 commit comments

Comments
 (0)