feat(logs): lint

This commit is contained in:
Nicholas Penree
2024-12-11 19:20:30 -05:00
parent 42f3105f69
commit 2fa6f3bfa6

View File

@@ -26,7 +26,7 @@ export const DockerLogsId: React.FC<Props> = ({ containerId, serverId }) => {
const { data } = api.docker.getConfig.useQuery(
{
containerId,
serverId,
serverId: serverId ?? undefined,
},
{
enabled: !!containerId,