Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47fb2ab

Browse files
committed
updated server channel
1 parentce733af commit47fb2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/server/server-channel.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const ServerChannel = ({
4545
onClick={onClick}
4646
className={cn(
4747
"group px-2 py-2 rounded-md flex items-center gap-x-2 w-full hover:bg-zinc-700/10 dark:hover:bg-zinc-700/50 transition mb-1",
48-
params.channelId===channel.id&&"bg-zinc-700/20 dark:bg-zinc-700",
48+
params?.channelId===channel.id&&"bg-zinc-700/20 dark:bg-zinc-700",
4949
)}>
5050
<IconclassName="flex-shrink-0 w-5 h-5 text-zinc-500 dark:text-zinc-400"/>{" "}
5151
<p

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp