chore: formatting
This commit is contained in:
@ -137,7 +137,7 @@ export default function Text({
|
|||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
|
|
||||||
const RevealMediaInstance = ({ content, data }: { content: string, data?: object }) => {
|
const RevealMediaInstance = ({ content, data }: { content: string; data?: object }) => {
|
||||||
const imeta = data as IMeta;
|
const imeta = data as IMeta;
|
||||||
return (
|
return (
|
||||||
<RevealMedia
|
<RevealMedia
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
import { removeUndefined, throwIfOffline } from "@snort/shared";
|
import { removeUndefined, throwIfOffline } from "@snort/shared";
|
||||||
import {
|
import { mapEventToProfile, NostrEvent, NostrSystem, ProfileLoaderService, socialGraphInstance } from "@snort/system";
|
||||||
mapEventToProfile,
|
|
||||||
NostrEvent,
|
|
||||||
NostrSystem,
|
|
||||||
ProfileLoaderService,
|
|
||||||
socialGraphInstance,
|
|
||||||
} from "@snort/system";
|
|
||||||
|
|
||||||
import { RelayMetrics, SystemDb, UserCache, UserRelays } from "@/Cache";
|
import { RelayMetrics, SystemDb, UserCache, UserRelays } from "@/Cache";
|
||||||
import { addEventToFuzzySearch } from "@/Db/FuzzySearch";
|
import { addEventToFuzzySearch } from "@/Db/FuzzySearch";
|
||||||
|
Reference in New Issue
Block a user