export function VaultLink(
  props: PropsWithChildren<VaultLinkProps>
): JSX.Element {
  if (props.vault === undefined || props.vault.length === 0) {
    return <></>;