convert number
This commit is contained in:
+1
-10
@@ -42,7 +42,7 @@ const Home: FC = () => {
|
||||
onClick={() => handleChangeWorkspace(item.id)}
|
||||
>
|
||||
<div className='mt-5'>
|
||||
{item.businessName}
|
||||
{item.businessName + ' ( ' + item.slug + ' )'}
|
||||
</div>
|
||||
|
||||
<div className='mt-5'>
|
||||
@@ -58,15 +58,6 @@ const Home: FC = () => {
|
||||
|
||||
</div>
|
||||
|
||||
<div className='mt-5 flex justify-end w-full'>
|
||||
|
||||
<a onClick={(e) => {
|
||||
e.stopPropagation()
|
||||
}} target='_blank' href={`${import.meta.env.VITE_DZONE_URL}/${item.slug}`}>
|
||||
{`${import.meta.env.VITE_DZONE_URL}/${item.slug}`}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user