chore: formatting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2024-01-08 11:35:10 +00:00
parent d25b6ef5f1
commit 2fbe90a39e
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
3 changed files with 3 additions and 9 deletions

View File

@ -74,7 +74,7 @@ declare const CONFIG: {
communityLeaders?: {
list: string;
};
// Filter urls from nav sidebar
hideFromNavbar: Array<string>;

View File

@ -137,7 +137,7 @@ export default function Text({
</a>
);
const RevealMediaInstance = ({ content, data }: { content: string, data?: object }) => {
const RevealMediaInstance = ({ content, data }: { content: string; data?: object }) => {
const imeta = data as IMeta;
return (
<RevealMedia

View File

@ -1,11 +1,5 @@
import { removeUndefined, throwIfOffline } from "@snort/shared";
import {
mapEventToProfile,
NostrEvent,
NostrSystem,
ProfileLoaderService,
socialGraphInstance,
} from "@snort/system";
import { mapEventToProfile, NostrEvent, NostrSystem, ProfileLoaderService, socialGraphInstance } from "@snort/system";
import { RelayMetrics, SystemDb, UserCache, UserRelays } from "@/Cache";
import { addEventToFuzzySearch } from "@/Db/FuzzySearch";