Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Mar 29, 2020
1 parent 759cfa2 commit 3fb02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rooms.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { Datagrid, List, TextField, SearchInput, Filter } from "react-admin";

const RoomFilter = (props) => (
const RoomFilter = props => (
<Filter {...props}>
<SearchInput source="search_term" alwaysOn />
</Filter>
Expand Down

0 comments on commit 3fb02bb

Please sign in to comment.