update text form => from
This commit is contained in:
parent
8f1baee7d6
commit
3468a96c05
|
|
@ -85,7 +85,7 @@ export default function Message({ data, onDelete }: IMessageProps) {
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box className="flex items-center justify-start w-full"><span className="text-xs text-left">Form: {data.sender}</span></Box>
|
<Box className="flex items-center justify-start w-full"><span className="text-xs text-left">From: {data.sender}</span></Box>
|
||||||
</div>
|
</div>
|
||||||
</Paper>
|
</Paper>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue