Skip to content

Commit ef60df6

Browse files
committed
prettier
1 parent 628cf23 commit ef60df6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

apps/roam/src/components/settings/NodeConfig.tsx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import React, {
2-
useState,
3-
useCallback,
4-
useEffect,
5-
useMemo,
6-
} from "react";
1+
import React, { useState, useCallback, useEffect, useMemo } from "react";
72
import { DiscourseNode } from "~/utils/getDiscourseNodes";
83
import DualWriteBlocksPanel from "./components/EphemeralBlocksPanel";
94
import { getSubTree } from "roamjs-components/util";
@@ -261,7 +256,10 @@ const NodeConfig = ({
261256
title="Attributes"
262257
panel={
263258
<div className="flex flex-col gap-4 p-1">
264-
<DiscourseNodeAttributes uid={attributeNode.uid} nodeType={node.type} />
259+
<DiscourseNodeAttributes
260+
uid={attributeNode.uid}
261+
nodeType={node.type}
262+
/>
265263
<DiscourseNodeSelectPanel
266264
nodeType={node.type}
267265
title="Overlay"

0 commit comments

Comments
 (0)