mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 11:15:23 -04:00
Remove console.log
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
182bf21906
commit
a1a0ede574
1 changed files with 0 additions and 3 deletions
|
@ -20,10 +20,7 @@ export interface SelectionInfoProps {
|
||||||
*/
|
*/
|
||||||
export const SelectionInfo: React.FC<SelectionInfoProps> = ({ count, translationKey }) => {
|
export const SelectionInfo: React.FC<SelectionInfoProps> = ({ count, translationKey }) => {
|
||||||
useTranslation()
|
useTranslation()
|
||||||
|
|
||||||
const countTranslationOptions = useMemo(() => ({ count: count }), [count])
|
const countTranslationOptions = useMemo(() => ({ count: count }), [count])
|
||||||
|
|
||||||
console.log(count, translationKey)
|
|
||||||
return (
|
return (
|
||||||
<span>
|
<span>
|
||||||
<Trans i18nKey={`editor.statusBar.selection.${translationKey}`} values={countTranslationOptions} />
|
<Trans i18nKey={`editor.statusBar.selection.${translationKey}`} values={countTranslationOptions} />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue