File size: 276 Bytes
19e4f9a
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<script lang="ts">
  export let body: Record<string, any>;
  export let res: Record<string, any>;

  console.log(body, res)

</script>

<div class="text-white p-6 font-code text-xs !leading-loose">
  {#if res?.[0]?.translation_text}
  {res[0]?.translation_text}
  {/if}
</div>