mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Added correct import for Text component
This commit is contained in:
parent
38033da90f
commit
dd75b5b21a
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import { Text, } from '@mantine/core';
|
||||
|
||||
// Short preview that triggers the details modal when clicked
|
||||
export const RecordingSynopsis = ({ description, onOpen }) => {
|
||||
const truncated = description?.length > 140;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue