standard TODO syntax

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Anders Näsman
2021-02-25 14:45:48 +01:00
committed by Eric Peterson
parent 925f5847de
commit b7cb59dd7b
5 changed files with 8 additions and 8 deletions
@@ -25,7 +25,7 @@ import { Grid } from '@material-ui/core';
import React, { useEffect, useState } from 'react';
import { useDebounce } from 'react-use';
// @todo Simplify / remove as much state handling here. The goal is for this to
// TODO: Simplify / remove as much state handling here. The goal is for this to
// more or less use the publicly exposed components from the search plugin and
// not much else.
export const SearchPage = () => {