diff --git a/src/components/rooms.js b/src/components/rooms.js index 8955252..efef5cb 100644 --- a/src/components/rooms.js +++ b/src/components/rooms.js @@ -72,11 +72,21 @@ const RoomTitle = ({ record }) => { ); }; -const RoomShowActions = ({ basePath, data, resource }) => ( - - - -); +const RoomShowActions = ({ basePath, data, resource }) => { + const translate = useTranslate(); + return ( + + + + ); +}; export const RoomShow = props => { const translate = useTranslate();