Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
hughess committed Jan 14, 2025
1 parent d1abc2a commit df7d61b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import { getInputContext } from '@evidence-dev/sdk/utils/svelte';
import { setContext } from 'svelte';
import { buildReactiveInputQuery } from '@evidence-dev/component-utilities/buildQuery';
import ErrorChart from '../../../unsorted/viz/core/ErrorChart.svelte';
import Info from '../../../unsorted/ui/Info.svelte';
import ButtonGroupItem from './ButtonGroupItem.svelte';
import { page } from '$app/stores';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
export let activeId;
export let description = undefined;
export let description = undefined;
export let fullWidth;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@
<BigValueError chartType="Big Value" error={error.message} />
{:else}
<p class={cn('text-sm align-top leading-none', titleClass)}>
{title}
{#if description}
{title}
{#if description}
<Info {description} size="3" />
{/if}
</p>
</p>
<div class={cn('relative text-xl font-medium mt-1.5', valueClass)}>
{#if link}
<a class="hover:bg-base-200" href={addBasePath(link)}>
Expand Down

0 comments on commit df7d61b

Please sign in to comment.